|
|
|
@@ -128,7 +128,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
Map dateMap = new HashMap(); |
|
|
|
dateMap.put("startDate", startDate); |
|
|
|
dateMap.put("endDate", endDate); |
|
|
|
dateMap.put("merchantID", wxMerchant.getId()); |
|
|
|
dateMap.put("merchantId", wxMerchant.getId()); |
|
|
|
dateMap.put("type", type); |
|
|
|
|
|
|
|
Map resultMap = new HashMap(); |
|
|
|
|