#
Junjie
2024-07-04 0c8c0da73efb15fc92c23c023acaed2d1860e0aa
zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/mapper/UserMapper.java
@@ -20,4 +20,10 @@
    @InterceptorIgnore(tenantLine = "true")
    User selectByUsername(@Param("username") String username, @Param("hostId") Long hostId);
    @InterceptorIgnore(tenantLine = "true")
    User superGetById(@Param("id") Long id);
    @InterceptorIgnore(tenantLine = "true")
    int removeByHostId(Long hostId);
}