zhangxin 1 month ago
parent
commit
457a6ffafa

+ 2 - 2
prod-line-imes/src/main/java/com/huaxia/imes/service/CutpieceService.java

@@ -59,8 +59,8 @@ public class CutpieceService extends ServiceImpl<CutpieceMapper, Cutpiece> imple
             LocalTime confiTime = config.getConfiTime();//上班时间
             // 获取当前日期
             LocalDate currDate = LocalDate.now();
-            //减三天 todo(用来获取测试数据)
-            currDate = currDate.minusDays(4);
+            /*//减三天 todo(用来获取测试数据)
+            currDate = currDate.minusDays(4);*/
             // 当天零点零分
             LocalDateTime startTime = currDate.atTime(LocalTime.MIN);
             //获取当天 23:59:59