提交 1d85c374 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 77ab927f
......@@ -66,7 +66,7 @@ public interface LabelContentDiyTypeMapper extends BaseMapper<LabelContentDiyTy
+ "select distinct a.id "
+ "from res_Label_Content_Diy_Type a "
+ "where a.labelContent = #{form.labelContent} "
+ "and a.parentId = #{form.parentId} "
+ "and a.parentId != #{form.parentId} "
+ "and a.status = 1 "
+ "</script>")
LabelContentDiyType selectOneByForm(@Param("form")SaveUpdateLabelContentForm form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论