记得上下班打卡 | git大法好,push需谨慎

Commit b326e772 authored by zhoujianping's avatar zhoujianping

Merge branch 'dev_user_refund' into container

parents 9e2e9f0f f75b5038
......@@ -202,7 +202,7 @@ public class OrderRefundsCallbackServiceImpl extends ServiceImpl<KylinOrderRefun
.eq(KylinOrderRefunds::getStatus, KylinTableStatusConst.ORDER_REFUND_STATUS_ERROR)
);
log.info("自动处理退款失败开始");
if(!CollectionUtil.isEmpty(kylinOrderRefunds)){
if(CollectionUtil.isEmpty(kylinOrderRefunds)){
for (KylinOrderRefunds kylinOrderRefund : kylinOrderRefunds) {
String refundId = kylinOrderRefund.getRefundId();
log.info("自动处理退款失败RefundId={}",refundId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment