From 689b8c3b733fd30a72b4d76cb91f78e350f9d83b Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 14 二月 2025 17:26:28 +0800
Subject: [PATCH] 修改报工接口,提交完工和次破分别调用不同的接口

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
index ea0cda4..26f373f 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
@@ -232,11 +232,13 @@
 
     /**
      * 鍘熺墖浠撳偍浠诲姟鐘舵��
-     * 鏂板缓0
-     * 宸插畬鎴�1
+     * 鏂板缓 0
+     * 杩愯涓� 1
+     * 宸插畬鎴�2
      */
     public static final Integer ENGINEERING_NEW = 0;
     public static final Integer ENGINEERING_RUNNING = 1;
+    public static final Integer ENGINEERING_SUCCESS = 2;
 
     /**
      * 鍘熺墖浠撳偍浠诲姟绫诲瀷

--
Gitblit v1.8.0