I.COUPON_ITEM_ID couponItemId, I.COUPON_ID couponId, I.COUPON_ITEM_USER_OPENID couponItemUserOpenId, I.COUPON_USE_END_DATE couponUseEndDate, I.COUPON_RECEIVE_DATE couponReceiveDate, I.COUPON_USE_STATUS couponUseStatus, I.COUPON_USE_DATE couponUseDate, I.COUPON_ITEM_REMARK couponItemRemark UPDATE TB_IAMBERRY_COUPON_ITEM SET COUPON_USE_END_DATE = #{couponUseEndDate}, COUPON_USE_STATUS = #{couponUseStatus} WHERE COUPON_ITEM_ID = #{couponItemId}