无关风月
2024-12-31 4f7231b3c4eeb02527efe4a99ff7be306e9dee08
applet/src/main/java/com/jilongda/applet/controller/TLineUpController.java
@@ -67,7 +67,8 @@
        TLineUp lineUp = tLineUpService.getOne(Wrappers.lambdaQuery(TLineUp.class)
                .eq(TLineUp::getUserId, userId)
                .eq(TLineUp::getStoreId, storeId)
                .likeRight(TLineUp::getCreateTime, LocalDate.now())
                .eq(TLineUp::getStatus, 1)
                .orderByDesc(TLineUp::getCreateTime)
                .last("LIMIT 1"));
        TLineUpVO tLineUpVO = new TLineUpVO();
        BeanUtils.copyProperties(lineUp, tLineUpVO);