...
|
...
|
@@ -49,7 +49,7 @@ |
|
|
#{refundAmount,jdbcType=DECIMAL}, #{refundChannel,jdbcType=TINYINT}, #{payeeName,jdbcType=VARCHAR},
|
|
|
#{payeeAccount,jdbcType=VARCHAR}, #{refundStatus,jdbcType=TINYINT}, #{goodsName,jdbcType=VARCHAR},
|
|
|
#{goodsSize,jdbcType=VARCHAR}, #{refundAddress,jdbcType=VARCHAR}, #{operatorName,jdbcType=VARCHAR},
|
|
|
#{remark,jdbcType=VARCHAR}, #{delFlag,jdbcType=TINYINT}, #{sponsorName,jdbcType=VARCHAR)
|
|
|
#{remark,jdbcType=VARCHAR}, #{delFlag,jdbcType=TINYINT}, #{sponsorName,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.yoho.order.model.RefundRecord" >
|
|
|
insert into refund_record
|
...
|
...
|
|