From 41e28b664fa280049f59742676f3c06adfb6e070 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期二, 13 五月 2025 10:11:32 +0800
Subject: [PATCH] 集成 mybatisplus BaseEntity 取消searchValue 和 params 、remark字段映射
---
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlateStandardRequireErrorMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlateStandardRequireErrorMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlateStandardRequireErrorMapper.xml
index 3899980..a59df7c 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlateStandardRequireErrorMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlateStandardRequireErrorMapper.xml
@@ -100,4 +100,7 @@
#{id}
</foreach>
</delete>
+ <update id="deleteLastPatch" parameterType="String">
+ update aps_plate_standard_require_error set del_flag = '1' where batch_number = #{batchNumber}
+ </update>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.3