Compare commits

...

2 Commits

Author SHA1 Message Date
sangelxiu1 7ed89abcc0 Merge remote-tracking branch 'origin/dev' into dev 2025-09-23 10:25:02 +08:00
sangelxiu1 7dda569640 ## Opt - 在线支付明细 2025-09-23 10:24:56 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ public class TOnlinePaymentServiceImpl extends ServiceImpl<TOnlinePaymentMapper,
}else{
tOnlinePaymentExt.setOrderTypeVal("充值订单");
if(ObjectUtil.isEmpty(tOnlinePaymentExt.getMemberCode())){
tOnlinePaymentExt.setOrderTypeVal("注册订单");
tOnlinePaymentExt.setOrderTypeVal("");
}
}
}

View File

@ -30,7 +30,7 @@
<!-- 查询列表 -->
<select id="queryList" resultType="com.hzs.common.domain.third.pay.ext.TOnlinePaymentExt">
select top.*, cm.member_code, cm.member_name,
select so.pay_time payTime, cm.phone, top.*, cm.member_code, cm.member_name,
so.order_type orderType
from T_ONLINE_PAYMENT top
left join cu_member cm