|
|
@@ -1720,7 +1720,6 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
&& wxPayOrder.getCreateTime().before(time)){ |
|
|
&& wxPayOrder.getCreateTime().before(time)){ |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
return; |
|
|
|
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
logger.error("核销记账失败"+e.getMessage(),e); |
|
|
logger.error("核销记账失败"+e.getMessage(),e); |
|
|
} |
|
|
} |
|
|
|