From 002f99b94810ccff674b133124cc442f8a49764f Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 06 五月 2024 15:16:52 +0800 Subject: [PATCH] 工单阈值完善 --- ycl-common/src/main/java/constant/CheckConstants.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ycl-common/src/main/java/constant/CheckConstants.java b/ycl-common/src/main/java/constant/CheckConstants.java index c0a5099..ad105a6 100644 --- a/ycl-common/src/main/java/constant/CheckConstants.java +++ b/ycl-common/src/main/java/constant/CheckConstants.java @@ -4,12 +4,12 @@ * 鑰冩牳甯搁噺 */ public class CheckConstants { - //杞﹁締瑙勫垯 - public static final Short Rule_Category_Car = 1; - //浜鸿劯瑙勫垯 - public static final Short Rule_Category_Face = 2; //瑙嗛瑙勫垯 - public static final Short Rule_Category_Video = 0; + public static final Short Rule_Category_Video = 1; + //杞﹁締瑙勫垯 + public static final Short Rule_Category_Car = 2; + //浜鸿劯瑙勫垯 + public static final Short Rule_Category_Face = 3; public static final String Delete = "1"; -- Gitblit v1.8.0