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