This commit is contained in:
Lemon
2023-08-30 16:23:02 +08:00
parent 6dabf90018
commit da1e767120
2 changed files with 2 additions and 2 deletions

View File

@@ -656,7 +656,7 @@ public class TransactionRecordsRequestHandler extends AbstractHandler {
// 给车辆绑定优惠券
try {
String bindResult = bindCoupon(orderBasicInfo);
log.info("绑定优惠券 订单信息:{}, result;{}", orderBasicInfo, bindResult);
log.info("绑定优惠券 订单信息:{}, result:{}", orderBasicInfo, bindResult);
}catch (BusinessException e) {
log.error("绑定优惠券 error, code:{}, msg:{}", e.getCode(), e.getMessage());
} catch (Exception e) {