From 94964a33d32d29dbc2f837036dae63fd4269aae6 Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期二, 10 十二月 2024 17:47:58 +0800
Subject: [PATCH] 优化代码 获取工单详情接口 给工单处理结果状态ID一个默认值 获取工单列表接口 给工单处理结果状态ID一个默认值 获取工单处理结果接口 将状态改为与其他接口返回一致
---
pipIrr-platform/pom.xml | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/pipIrr-platform/pom.xml b/pipIrr-platform/pom.xml
index 62c1229..a7955fc 100644
--- a/pipIrr-platform/pom.xml
+++ b/pipIrr-platform/pom.xml
@@ -186,6 +186,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>com.baomidou</groupId>
+ <artifactId>mybatis-plus-extension</artifactId>
+ <version>3.5.3.2</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<!-- 闃块噷fastjson -->
<dependency>
@@ -271,11 +278,11 @@
<scope>import</scope>
</dependency>
- <!-- quartz -->
+ <!-- rocketmq-client -->
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
- <version>4.9.7</version>
+ <version>5.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
--
Gitblit v1.8.0