0cd11034 张雷

短信增加异常处理,会议通知BUG修改

1 个父辈 abeb3dbc
......@@ -128,7 +128,7 @@ public class LeaderInspectionRecordController {
List<LeaderInspectionRecordStatisticsVO> monthDataList = null;
LeaderInspectionRecordStatisticsVO statisticsVO = null;
if( StringUtils.isEmpty(leaderInspectionRecord.getStartDate()) || StringUtils.isEmpty(leaderInspectionRecord.getEndDate())){
if( StringUtils.isNotEmpty(leaderInspectionRecord.getStartDate()) && StringUtils.isNotEmpty(leaderInspectionRecord.getEndDate())){
List<String> monthsDateList = DateUtil.getMonthsBetween(leaderInspectionRecord.getStartDate(), leaderInspectionRecord.getEndDate(),null);
if(monthsDateList != null ){
monthDataList = new ArrayList<>(monthsDateList.size());
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!