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/ICMOMapper.xml | 2 +-
src/main/resources/mapper/POInStockMapper.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/ICMOMapper.xml b/src/main/resources/mapper/ICMOMapper.xml
index 37fe4f9..0e71085 100644
--- a/src/main/resources/mapper/ICMOMapper.xml
+++ b/src/main/resources/mapper/ICMOMapper.xml
@@ -278,7 +278,7 @@
<result column="statusId" property="statusId" jdbcType="VARCHAR" />
</resultMap>
<update id="updateMaxNum" >
- update ICMaxNum set fmaxnum =#{finterid,jdbcType=INTEGER}
+ update ICMaxNum set fmaxnum =#{FInterID,jdbcType=INTEGER}
where FTableName =#{tableName,jdbcType=VARCHAR}
</update>
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