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/ExdCustomerMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/third/ExdCustomerMapper.xml b/src/main/resources/mapper/third/ExdCustomerMapper.xml
index d81ca73..30d1709 100644
--- a/src/main/resources/mapper/third/ExdCustomerMapper.xml
+++ b/src/main/resources/mapper/third/ExdCustomerMapper.xml
@@ -5,7 +5,7 @@
<mapper namespace="com.zy.third.mapper.ExdCustomerMapper">
<resultMap id="BaseResultMap" type="com.zy.third.entity.ExdCustomer">
- <result property="id" column="ID" />
+ <id property="id" column="ID" />
<result property="fnumber" column="Fnumber" />
<result property="fname" column="Fname" />
<result property="writetime" column="WriteTime" />
--
Gitblit v1.9.1