Просмотр исходного кода

[CODE]: 仓储协议字段修改

maxianghua 4 лет назад
Родитель
Сommit
45ba39e4a2

+ 1 - 1
ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehouseAgreementMapper.xml

@@ -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>