提交 6af7e9e7 作者: yanxin

支持按照标签检索数据

上级 5e02a7a1
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</select> </select>
<sql id="getListWhere"> <sql id="getListWhere">
<if test="labelList != null and labelList.size()>0"> <if test="labelList != null and labelList.size()>0">
INNER JOIN clb_label_expert_map lem ON a.id = lem.entity_code INNER JOIN clb_label_expert_map lem ON a.uid = lem.entity_code
</if> </if>
where 1 = 1 where 1 = 1
<if test="labelList != null and labelList.size()>0"> <if test="labelList != null and labelList.size()>0">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论