luxiaotao1123
2024-04-09 3bb8c58c42badd5768cacfda3c9a5ccce9136e4e
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/system/service/impl/UserLoginServiceImpl.java
@@ -15,7 +15,7 @@
    @Async
    @Override
    public void saveAsync(Long userId, String token, Integer type, String memo, HttpServletRequest request) {
    public void saveAsync(Long userId, String token, Integer type, Long hostId, String memo, HttpServletRequest request) {
        if (userId == null) {
            return;
        }