Ver código fonte

20230420 11:31

wangzhuo 2 anos atrás
pai
commit
ac0fa4bf3d

+ 1 - 1
ruoyi-warehouse/src/main/resources/mapper/basicData/TCorpsMapper.xml

@@ -412,7 +412,7 @@
             <if test="remark != null">remark = #{remark},</if>
             <if test="fTypename != null">f_typename = #{fTypename},</if>
             <if test="deptId != null">dept_id = #{deptId},</if>
-            <if test="uscc != null">dept_id = #{uscc},</if>
+            <if test="uscc != null">uscc = #{uscc},</if>
         </trim>
         where f_id = #{fId}
     </update>