From 1d3a6acfd86f7f7d4160c90b2e6776ed9047aa11 Mon Sep 17 00:00:00 2001
From: huangjiayang <5265313@qq.com>
Date: 星期一, 28 四月 2025 10:13:29 +0800
Subject: [PATCH] 【UPDATE-BUGFIX】修改同步U9工单工序任务代码,增加雪花ID主键插入,工序修改和更新时间记录
---
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml
index 7f4f0cc..ea3ecbe 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml
@@ -202,4 +202,5 @@
#{id}
</foreach>
</delete>
+
</mapper>
\ No newline at end of file
--
Gitblit v1.9.3