|
|
@ -221,7 +221,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="auditStatus != null">audit_status,</if> |
|
|
|
<if test="createTime != null">create_time,</if> |
|
|
|
<if test="rmbFlag != null">rmb_flag,</if> |
|
|
|
<if test="usdFlag != null">usd_flag</if> |
|
|
|
<if test="usdFlag != null">usd_flag,</if> |
|
|
|
<if test="cancelRemark != null">cancel_remark,</if> |
|
|
|
<if test="customerSign != null">customer_sign,</if> |
|
|
|
</trim> |
|
|
@ -277,9 +277,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="auditStatus != null"> #{auditStatus},</if> |
|
|
|
<if test="createTime != null"> #{createTime},</if> |
|
|
|
<if test="rmbFlag != null"> #{rmbFlag},</if> |
|
|
|
<if test="usdFlag != null"> #{usdFlag} </if> |
|
|
|
<if test="usdFlag != null"> #{usdFlag}, </if> |
|
|
|
<if test="cancelRemark != null">#{cancelRemark},</if> |
|
|
|
<if test="customerSign != null">#{customerSign}</if> |
|
|
|
<if test="customerSign != null">#{customerSign},</if> |
|
|
|
</trim> |
|
|
|
</insert> |
|
|
|
|
|
|
|