From 9d91475fb7286cb42b52e693eda1bb66bc0aef25 Mon Sep 17 00:00:00 2001 From: 15856 <15856818120@163.com> Date: Tue, 3 Dec 2024 14:04:35 +0800 Subject: [PATCH] =?UTF-8?q?rf=E8=AE=BE=E5=A4=87=E7=BB=91=E5=AE=9A=E5=88=A0?= =?UTF-8?q?=E9=99=A4=EF=BC=8C=E6=8E=A8=E9=80=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/bonus/sgzb/material/controller/BackApplyController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/material/controller/BackApplyController.java b/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/material/controller/BackApplyController.java index 997bd45..5bf8e8d 100644 --- a/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/material/controller/BackApplyController.java +++ b/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/material/controller/BackApplyController.java @@ -176,7 +176,7 @@ public class BackApplyController extends BaseController { } bean.setCode(code); bean.setTaskType(36); - bean.setTaskStatus("37"); + bean.setTaskStatus("139"); // 创建任务 boolean addTaskResult = backApplyService.insertSelective(bean) > 0; if (addTaskResult && bean.getTaskId() != null) {