优化用户角色的关联关系接口的逻辑
This commit is contained in:
@@ -12,4 +12,10 @@
|
||||
)
|
||||
</update>
|
||||
|
||||
<select id="getBasicDataByKeyIdAndType" resultType="com.jsh.erp.datasource.entities.UserBusiness">
|
||||
select * from jsh_user_business
|
||||
where key_id=#{keyId} and type=#{type}
|
||||
and ifnull(delete_flag,'0') !='1'
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user