xuhy
2024-12-31 e013e819f7d544c5c8c59e69ce42c3d10e2215e6
applet/src/main/java/com/jilongda/applet/controller/TLineUpController.java
@@ -71,8 +71,9 @@
                .orderByDesc(TLineUp::getCreateTime)
                .last("LIMIT 1"));
        TLineUpVO tLineUpVO = new TLineUpVO();
        if (lineUp!=null){
        BeanUtils.copyProperties(lineUp, tLineUpVO);
        }
        long count = tLineUpService.count(Wrappers.lambdaQuery(TLineUp.class)
                .eq(TLineUp::getStoreId, storeId)
                .eq(TLineUp::getStatus, 1)