From faed059302b334b39f247fa8bde5daa8f0b924f5 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 24 十一月 2025 17:58:23 +0800
Subject: [PATCH] 1.晚上erp订单同步删除功能

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