|
|
@@ -1715,6 +1715,11 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
if (couponOrder.getCouponPrice() > 0) { |
|
|
if (couponOrder.getCouponPrice() > 0) { |
|
|
recordAfterVerified(couponOrder, merchantId); |
|
|
recordAfterVerified(couponOrder, merchantId); |
|
|
} |
|
|
} |
|
|
|
|
|
Date time = DateUtils.stringToDate("2022-09-08 14:10:00", "yyyy-MM-dd HH:mm:ss"); |
|
|
|
|
|
if(EnumPayWay.PAY_WAY_WECHAT.getCode().equals(wxPayOrder.getPayVendor()) |
|
|
|
|
|
&& wxPayOrder.getCreateTime().before(time)){ |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
logger.error("核销记账失败"+e.getMessage(),e); |
|
|
logger.error("核销记账失败"+e.getMessage(),e); |
|
|
} |
|
|
} |
|
|
|