|
|
@ -488,18 +488,6 @@ public class HighCouponAgentServiceImpl implements HighCouponAgentService { |
|
|
|
couponCodeOther.setStatus(20); |
|
|
|
couponCodeOther.setStatus(20); |
|
|
|
couponCodeOther.setCreateTime(new Date()); |
|
|
|
couponCodeOther.setCreateTime(new Date()); |
|
|
|
highCouponCodeOtherMapper.insert(couponCodeOther); |
|
|
|
highCouponCodeOtherMapper.insert(couponCodeOther); |
|
|
|
|
|
|
|
|
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
|
|
|
|
map.put("orderNo" , convertCode.getCouponCode()); |
|
|
|
|
|
|
|
map.put("distCouCount" , "1"); |
|
|
|
|
|
|
|
map.put("phone" , phone); |
|
|
|
|
|
|
|
map.put("distributorId" , "1JnL8YMV"); |
|
|
|
|
|
|
|
map.put("couNo" , dataObject.getString("couNo")); |
|
|
|
|
|
|
|
map.put("status" , "20"); |
|
|
|
|
|
|
|
map.put("couTypeCode" , dataObject.getString("couTypeCode")); |
|
|
|
|
|
|
|
map.put("validStartDate" , dataObject.getDate("validStartDate")); |
|
|
|
|
|
|
|
map.put("validEndDate" , dataObject.getDate("validEndDate")); |
|
|
|
|
|
|
|
HuiLianTongUnionCardConfig.syncPayOrder(map); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// 推送记录
|
|
|
|
// 推送记录
|
|
|
|