From 359ffffec540f2645af8071d5aff0a6cd55db160 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 29 九月 2025 11:14:04 +0800
Subject: [PATCH] 对接

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

diff --git a/src/main/resources/mapper/third/ExdOutstockTargetMapper.xml b/src/main/resources/mapper/third/ExdOutstockTargetMapper.xml
index 06859e4..91f4db8 100644
--- a/src/main/resources/mapper/third/ExdOutstockTargetMapper.xml
+++ b/src/main/resources/mapper/third/ExdOutstockTargetMapper.xml
@@ -5,7 +5,7 @@
 <mapper namespace="com.zy.third.mapper.ExdOutstockTargetMapper">
 
     <resultMap id="BaseResultMap" type="com.zy.third.entity.ExdOutstockTarget">
-            <id property="id" column="ID" />
+            <id property="ID" column="ID" />
             <result property="finterid" column="FInterID" />
             <result property="fbillno" column="FBillNo" />
             <result property="ftrantype" column="FTranType" />

--
Gitblit v1.9.1