|
|
@@ -107,7 +107,7 @@ public class SnapshotController {
|
|
|
}).task(() -> {
|
|
|
//客户模具询价
|
|
|
SystemSession.setUser(user);
|
|
|
- Map<String, Integer> count = redDotService.getInquiryMouldCount("sale");
|
|
|
+ Map<String, Integer> count = redDotService.getInquiryMouldCount(Role.SELLER);
|
|
|
hashMap.put("mould", count.containsKey("all") ? count.get("all") : 0);
|
|
|
SystemSession.clear();
|
|
|
}).task(() -> {
|