|
|
@@ -237,7 +237,7 @@ public class FsExportTaskServiceImpl implements IFsExportTaskService
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (filter.contains("countGoods")) {
|
|
|
+ if (StringUtils.isNotEmpty( filter)&&filter.contains("countGoods")) {
|
|
|
List<Long> orderIds = erpList.stream()
|
|
|
.map(FsStoreOrderErpExportVO::getOrderId)
|
|
|
.collect(Collectors.toList());
|