自动化立体仓库 - WCS系统
*
lsh
2025-04-28 31923911748e867d11365cbd0143e3460f8e9178
src/main/java/com/zy/system/mapper/UserLoginMapper.java
@@ -10,7 +10,7 @@
@Repository
public interface UserLoginMapper extends BaseMapper<UserLogin> {
    @Select("select count(1) from sys_user_login where yearweek(date_format(create_time,'%Y-%m-%d')) = yearweek(now())")
    @Select("select count(1) from \"SOURCE\".\"sys_user_login\" where yearweek(date_format(CREATE_TIME,'%Y-%m-%d')) = yearweek(now())")
    int selectCountByCurrentWeek();
}