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