|
@@ -91,6 +91,13 @@ public class SyPlanStatisticsController extends JeecgController<SyPlanStatistics
|
|
|
// Page<SyPlanStatistics> page = new Page<SyPlanStatistics>(0, 10);
|
|
// Page<SyPlanStatistics> page = new Page<SyPlanStatistics>(0, 10);
|
|
|
// queryWrapper.eq("del_flag",0);
|
|
// queryWrapper.eq("del_flag",0);
|
|
|
// IPage<SyPlanStatistics> pageList = syPlanStatisticsService.page(page, queryWrapper);
|
|
// IPage<SyPlanStatistics> pageList = syPlanStatisticsService.page(page, queryWrapper);
|
|
|
|
|
+// System.out.println("syPlanStatistics "+syPlanStatistics);
|
|
|
|
|
+ if(oConvertUtils.isEmpty(syPlanStatistics.getReadyEndDate())){
|
|
|
|
|
+ syPlanStatistics.setReadyEndDate(null);
|
|
|
|
|
+ }
|
|
|
|
|
+ if(oConvertUtils.isEmpty(syPlanStatistics.getReadyNoticeDate())){
|
|
|
|
|
+ syPlanStatistics.setReadyNoticeDate(null);
|
|
|
|
|
+ }
|
|
|
QueryWrapper queryWrapper=new QueryWrapper();
|
|
QueryWrapper queryWrapper=new QueryWrapper();
|
|
|
queryWrapper.eq("plan_num",syPlanStatistics.getPlanNum());
|
|
queryWrapper.eq("plan_num",syPlanStatistics.getPlanNum());
|
|
|
SyPlanStatistics statistics=syPlanStatisticsService.getOne(queryWrapper);
|
|
SyPlanStatistics statistics=syPlanStatisticsService.getOne(queryWrapper);
|