|
@@ -363,6 +363,8 @@ public class SopAnalyseServiceImpl extends ServiceImpl<SopAnalyseMapper, TBSopIn
|
|
|
Long endTime = calendar.getTimeInMillis() - 1;
|
|
|
times.add(endTime);
|
|
|
}
|
|
|
+ Collections.sort(times);
|
|
|
+
|
|
|
// 7天涉及到的所有供应商信息 id - name 补充零用
|
|
|
Map<Long, String> supplierInfoMap = new HashMap<>();
|
|
|
List<SopSupplierAvgViewTimes> result = new ArrayList<>();
|