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