|
@@ -205,7 +205,7 @@ public class ArticlePromotionService {
|
|
|
public CommonListDataVO<ProduceContentListItemVO> getProduceContentListByPlanIdList(List<String> planIdList) {
|
|
|
CommonListDataVO<ProduceContentListItemVO> result = new CommonListDataVO<>();
|
|
|
if (planIdList.isEmpty()) {
|
|
|
- System.out.println("getProduceContentListByPlanIdList: planIdList empty");
|
|
|
+ log.info("getProduceContentListByPlanIdList: planIdList empty");
|
|
|
result.setData(new ArrayList<>());
|
|
|
result.setTotalCount(0);
|
|
|
return result;
|