|
|
@ -223,6 +223,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="rmbFlag != null">rmb_flag,</if> |
|
|
|
<if test="usdFlag != null">usd_flag</if> |
|
|
|
<if test="cancelRemark != null">cancel_remark,</if> |
|
|
|
<if test="customerSign != null">customer_sign,</if> |
|
|
|
</trim> |
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=","> |
|
|
|
<if test="enterpriseCode!=null and enterpriseCode != ''">#{enterpriseCode},</if> |
|
|
@ -278,6 +279,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="rmbFlag != null"> #{rmbFlag},</if> |
|
|
|
<if test="usdFlag != null"> #{usdFlag} </if> |
|
|
|
<if test="cancelRemark != null">#{cancelRemark},</if> |
|
|
|
<if test="customerSign != null">#{customerSign}</if> |
|
|
|
</trim> |
|
|
|
</insert> |
|
|
|
|
|
|
@ -325,7 +327,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="useStatus!=null" >use_status = #{useStatus},</if> |
|
|
|
<if test="identifyingPeople!=null">identifying_people = #{identifyingPeople},</if> |
|
|
|
<if test="customerRemarks!=null">customer_remarks = #{customerRemarks},</if> |
|
|
|
<if test="customerSign!=null">customer_sign = #{customer_sign},</if> |
|
|
|
<if test="customerSign!=null">customer_sign = #{customerSign},</if> |
|
|
|
<if test="updateBy!=null">update_by = #{updateBy},</if> |
|
|
|
<if test="updateTime!=null">update_time = #{updateTime},</if> |
|
|
|
<if test="instanceId != null">instance_id = #{instanceId},</if> |
|
|
|