From a1cd5dff6ab9be0558ce17554569610cc0c3ae9d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 30 四月 2024 16:58:08 +0800
Subject: [PATCH] bug修改
---
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