Compare commits
	
		
			2 Commits
		
	
	
		
			a22ae8289d
			...
			7ed89abcc0
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						7ed89abcc0 | |
| 
							
							
								
								 | 
						7dda569640 | 
| 
						 | 
					@ -62,7 +62,7 @@ public class TOnlinePaymentServiceImpl extends ServiceImpl<TOnlinePaymentMapper,
 | 
				
			||||||
            }else{
 | 
					            }else{
 | 
				
			||||||
                tOnlinePaymentExt.setOrderTypeVal("充值订单");
 | 
					                tOnlinePaymentExt.setOrderTypeVal("充值订单");
 | 
				
			||||||
                if(ObjectUtil.isEmpty(tOnlinePaymentExt.getMemberCode())){
 | 
					                if(ObjectUtil.isEmpty(tOnlinePaymentExt.getMemberCode())){
 | 
				
			||||||
                    tOnlinePaymentExt.setOrderTypeVal("注册订单");
 | 
					                    tOnlinePaymentExt.setOrderTypeVal("");
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- 查询列表 -->
 | 
					    <!-- 查询列表 -->
 | 
				
			||||||
    <select id="queryList" resultType="com.hzs.common.domain.third.pay.ext.TOnlinePaymentExt">
 | 
					    <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
 | 
					        so.order_type orderType
 | 
				
			||||||
        from T_ONLINE_PAYMENT top
 | 
					        from T_ONLINE_PAYMENT top
 | 
				
			||||||
        left join cu_member cm
 | 
					        left join cu_member cm
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue