#
Junjie
2024-09-21 fa2ebfb41b354f862fecac18c179a9f9c2539100
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.*