소스 검색

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

maxianghua 4 년 전
부모
커밋
45ba39e4a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehouseAgreementMapper.xml

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