From cf2e9354dcd750eb6815eacf07a055bf8f0d3091 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 18 九月 2025 12:48:06 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/POInStockMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/POInStockMapper.xml b/src/main/resources/mapper/POInStockMapper.xml
index 7543837..a53f049 100644
--- a/src/main/resources/mapper/POInStockMapper.xml
+++ b/src/main/resources/mapper/POInStockMapper.xml
@@ -121,7 +121,7 @@
     </delete>
     <update id="updateZjMain" parameterType="com.zy.asrs.entity.POInStock">
         update xtyasrs_dual.dbo.InStockbill set   fsupplyid =#{fsupplyid, jdbcType=INTEGER}
-        where  finterid= #{finterid,jdbcType=INTEGER}
+        where  finterid= #{FInterID,jdbcType=INTEGER}
     </update>
     <update id="updateZjQty" parameterType="com.zy.asrs.entity.POInStockEntry">
         update xtyasrs_dual.dbo.InStockbillEntry set fqtypass =#{fqty, jdbcType=DECIMAL}, fqty =#{fqty, jdbcType=DECIMAL}, fauxqty =#{fqty, jdbcType=DECIMAL}, fauxqtypass =#{fqty, jdbcType=DECIMAL}

--
Gitblit v1.9.1