From 78d73df2f8e0c6855d65eb1f2c6df08e0f99bab1 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期三, 22 十月 2025 12:45:05 +0800
Subject: [PATCH] 仓储后端接口返回信息国际化处理
---
hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java | 5 +++--
1 files changed, 3 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 419a29e..3db8382 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
@@ -276,8 +276,9 @@
public static final List<Integer> RAW_GLASS_STATE_IN_ALL = Arrays.asList(100, 102, 103);
public static final Integer RAW_GLASS_TASK_NEW = 0;
- public static final Integer RAW_GLASS_TASK_SUCCESS = 1;
- public static final Integer RAW_GLASS_TASK_FAILURE = 2;
+ public static final Integer RAW_GLASS_TASK_RUNNING = 1;
+ public static final Integer RAW_GLASS_TASK_SUCCESS = 2;
+ public static final Integer RAW_GLASS_TASK_FAILURE = 3;
/**
* 璁惧鍙�
--
Gitblit v1.8.0