|
|
@@ -89,6 +89,11 @@ public class SalesReportServiceImpl extends BaseMybatisDao<DailySalesReportMappe
|
|
|
SalesReportOrderField.AnnuallyOrderAmount.getCode(), depName, name, position);
|
|
|
break;
|
|
|
}
|
|
|
+
|
|
|
+ if (list.isEmpty()) {
|
|
|
+ return list;
|
|
|
+ }
|
|
|
+
|
|
|
Map<String, PersonalSalesReportBO> map = new HashMap<>();
|
|
|
List<String> ids = list.stream().map(item -> {
|
|
|
map.put(item.getId(), item);
|