|  | @@ -89,7 +89,7 @@
 | 
	
		
			
				|  |  |           per_amount_,
 | 
	
		
			
				|  |  |           balance_payment_amount_, remit_fee_, course_remit_fee_, trans_no_,
 | 
	
		
			
				|  |  |           status_, memo_, create_time_, update_time_, payment_channel_, payment_business_channel_,
 | 
	
		
			
				|  |  | -         payment_account_no_, mer_nos_, order_no_, music_group_id_, class_group_id_, pay_time_,receive_status_)
 | 
	
		
			
				|  |  | +         payment_account_no_, mer_nos_, order_no_, music_group_id_, class_group_id_, pay_time_)
 | 
	
		
			
				|  |  |          VALUES (#{id}, #{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
 | 
	
		
			
				|  |  |                  #{userId}, #{organId}, #{routingOrganId},
 | 
	
		
			
				|  |  |                  #{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
 | 
	
	
		
			
				|  | @@ -98,7 +98,7 @@
 | 
	
		
			
				|  |  |                  #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{memo}, now(), now(),
 | 
	
		
			
				|  |  |                  #{paymentChannel}, #{paymentBusinessChannel}, #{paymentAccountNo}, #{merNos}, #{orderNo},
 | 
	
		
			
				|  |  |                  #{musicGroupId},
 | 
	
		
			
				|  |  | -                #{classGroupId}, #{payTime},#{receiveStatus})
 | 
	
		
			
				|  |  | +                #{classGroupId}, #{payTime})
 | 
	
		
			
				|  |  |      </insert>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!-- 根据主键查询一条记录 -->
 |