提交 fa7e9366 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 5cbd6511
......@@ -41,7 +41,7 @@ public interface SignLanguageUserRelationMapper extends BaseMapper<SignLanguageU
List<SignLanguageORUserVo> userByUserList(@Param("form")QueryUserTypeForm form,@Param("userId")String userId);
/** 查询*/
@Select("<script>"
+ "SELECT * from sys_sign_language_user_relation where objectId = #{id} and role=2 "
+ "SELECT * from sys_sign_language_user_relation where objectId = #{id} and userType=2 and role!=0"
+ "</script>")
List<SignLanguageUserRelation> userList(String id);
@Select("<script>"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论