|
@@ -150,7 +150,6 @@ public class InspectionItemPlanServiceImpl extends BaseServiceImpl<Long, Inspect
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
|
|
public List<InspectionItemPlan> pushNotice() {
|
|
public List<InspectionItemPlan> pushNotice() {
|
|
Date nowDate = new Date();
|
|
Date nowDate = new Date();
|
|
Date startTime = DateUtil.getFirstDayOfMonth(nowDate);
|
|
Date startTime = DateUtil.getFirstDayOfMonth(nowDate);
|