|
|
@ -300,7 +300,7 @@ public class KcScreenCollServiceImpl implements KcScreenCollService { |
|
|
} while (deleteNum != NumConstant.ZERO); |
|
|
} while (deleteNum != NumConstant.ZERO); |
|
|
} |
|
|
} |
|
|
if (!CollectionUtils.isEmpty(formDTO.getDataList())) { |
|
|
if (!CollectionUtils.isEmpty(formDTO.getDataList())) { |
|
|
screenKcNewsRankDao.batchInsertNewsRank(formDTO.getDataList(), customerId, formDTO.getMonthId()); |
|
|
screenKcNewsRankDao.batchInsertNewsRank(formDTO.getDataList(), customerId, formDTO.getDateId()); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|