|
@@ -140,7 +140,7 @@
|
|
|
update t_warehouse_agreement
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
<if test="fBillno != null and fBillno != ''">f_billno = #{fBillno},</if>
|
|
|
- <if test="fContractno != null and fContractno != ''">f_billno = #{fContractno},</if>
|
|
|
+ <if test="fContractno != null and fContractno != ''">f_contractno = #{fContractno},</if>
|
|
|
<if test="fDeptid != null">f_deptid = #{fDeptid},</if>
|
|
|
<if test="fCorpid != null">f_corpid = #{fCorpid},</if>
|
|
|
<if test="fGoodsid != null">f_goodsid = #{fGoodsid},</if>
|