From 212d97036a2f2168f0c076d125eec809be99d6f1 Mon Sep 17 00:00:00 2001 From: zy_Java <654600784@qq.com> Date: Fri, 30 Jul 2021 10:42:30 +0800 Subject: [PATCH] 20210730 --- common/src/main/resources/mapper_dao/LabelDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/mapper_dao/LabelDao.xml b/common/src/main/resources/mapper_dao/LabelDao.xml index 31b64435..b941854d 100644 --- a/common/src/main/resources/mapper_dao/LabelDao.xml +++ b/common/src/main/resources/mapper_dao/LabelDao.xml @@ -6,7 +6,7 @@ select t_label.description from t_label,t_label_type where t_label.id=#{labelId} - and t_label.`level` = 2 + and t_label.`level` = 1 and t_label.label_type_id=t_label_type.id