mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 10:37:41 +08:00 
			
		
		
		
	fix:【pay 支付】修复 expireOrder logger 文案错误的问题
This commit is contained in:
		| @ -585,7 +585,7 @@ public class PayOrderServiceImpl implements PayOrderService { | |||||||
|                 log.error("[expireOrder][order({}) 更新为支付关闭失败]", order.getId()); |                 log.error("[expireOrder][order({}) 更新为支付关闭失败]", order.getId()); | ||||||
|                 return false; |                 return false; | ||||||
|             } |             } | ||||||
|             log.info("[expireOrder][order({}) 更新为支付关闭失败]", order.getId()); |             log.info("[expireOrder][order({}) 更新为支付关闭成功]", order.getId()); | ||||||
|             return true; |             return true; | ||||||
|         } catch (Throwable e) { |         } catch (Throwable e) { | ||||||
|             log.error("[expireOrder][order({}) 过期订单异常]", order.getId(), e); |             log.error("[expireOrder][order({}) 过期订单异常]", order.getId(), e); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV