mini 查询督导接口
This commit is contained in:
@@ -169,4 +169,14 @@
|
||||
from enterprise_user_${enterpriseId}
|
||||
where user_region_ids like concat('%', #{regionId}, '%') and active = true
|
||||
</select>
|
||||
<select id="getAllUser" resultType="com.cool.store.dto.UserDTO">
|
||||
select
|
||||
user_id as userId,
|
||||
name
|
||||
from enterprise_user_${eid}
|
||||
where active = true
|
||||
<if test="keyword!=null and keyword!=''">
|
||||
and name like concat('%',#{keyword},'%')
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user