|  |  | @ -21,7 +21,7 @@ public interface DetailYMapper { | 
			
		
	
		
			
				
					|  |  |  |             "insert into detail_y \n" + | 
			
		
	
		
			
				
					|  |  |  |                     "(jwcode, order_code, activity_id, recharge_way, product_id, consume_platform, consume_type, refund_type, refund_goods, name, username, area, contact_id, remark, recharge_coin, free_coin, task_coin, admin_id, update_type, detail_flag, create_time, first_recharge,product_name)\n" + | 
			
		
	
		
			
				
					|  |  |  |                     "values \n" + | 
			
		
	
		
			
				
					|  |  |  |                     "(#{jwcode}, #{orderCode}, #{activityId}, #{rechargeWay}, #{productId}, #{consumePlatform}, #{consumeType}, #{refundType}, #{refundGoods}, #{name}, #{username}, #{area}, #{contactId}, #{remark}, #{rechargeCoin}, #{freeCoin}, #{taskCoin}, #{adminId}, #{updateType}, 1, now(), #{firstRecharge},#{productName})" | 
			
		
	
		
			
				
					|  |  |  |                     "(#{jwcode}, #{orderCode}, #{activityId}, #{rechargeWay}, #{productId}, #{consumePlatform}, #{consumeType}, #{refundType}, #{refundGoods},'小洪', #{username}, #{area}, #{contactId}, #{remark}, #{rechargeCoin}, #{freeCoin}, #{taskCoin}, #{adminId}, #{updateType}, 1, #{createTime}, #{firstRecharge},#{productName})" | 
			
		
	
		
			
				
					|  |  |  |     }) | 
			
		
	
		
			
				
					|  |  |  |     @Options(useGeneratedKeys = true,keyColumn = "detaily_id",keyProperty = "detailyId") | 
			
		
	
		
			
				
					|  |  |  |     int add(DetailY detaily); | 
			
		
	
	
		
			
				
					|  |  | 
 |