|
@@ -2395,7 +2395,7 @@ public class StoreOrderServiceImpl extends AbstractService<StoreOrder> implement
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
public Map<Integer, Integer> pendingRedDots() {
|
|
public Map<Integer, Integer> pendingRedDots() {
|
|
-// Map<Integer,Integer> resultMap = new HashMap<>();
|
|
|
|
|
|
+ Map<Integer,Integer> resultMap = new HashMap<>();
|
|
//
|
|
//
|
|
// //待支付数量
|
|
// //待支付数量
|
|
// Condition conditionStoreOrderToPay = new Condition(StoreOrder.class);
|
|
// Condition conditionStoreOrderToPay = new Condition(StoreOrder.class);
|