zy-asrs-wms/src/main/resources/mapper/system/UserMapper.xml
@@ -13,6 +13,18 @@ </if> </select> <select id="superGetById" resultType="com.zy.asrs.wms.system.entity.User"> select * from sys_user where 1=1 and deleted = 0 and id = #{id} </select> <delete id="removeByHostId"> delete from sys_user where host_id = #{hostId} </delete> <select id="selectPageRel" resultType="com.zy.asrs.wms.system.entity.User"> select su.*