From e41f7a8cb42d189d7af204499e64f12a9ac553b7 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 30 四月 2024 17:12:27 +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