记得上下班打卡 | git大法好,push需谨慎

Commit eaa66258 authored by 胡佳晨's avatar 胡佳晨

修改 资金列表

parent 2de9d631
......@@ -866,7 +866,7 @@ public class GoblinMongoUtils {
List<String> spuIdList = countList.stream().map(GoblinOrderLogVo::getSpuId).distinct().collect(Collectors.toList());
long total = spuIdList.size();
if (finalCount > total) {
finalCount = (int) total - 1;
finalCount = (int) total;
}
if (spuName != null) {
//根据spu名称查询spuId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment