From 4753a47b1b5d538940a5509b504f1eaecc5a9f66 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期五, 04 八月 2023 10:00:34 +0800
Subject: [PATCH] 优化
---
ard-work/src/main/resources/mapper/app/ArdAppPatrolpointMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ard-work/src/main/resources/mapper/app/ArdAppPatrolpointMapper.xml b/ard-work/src/main/resources/mapper/app/ArdAppPatrolpointMapper.xml
index fd5a883..f71518f 100644
--- a/ard-work/src/main/resources/mapper/app/ArdAppPatrolpointMapper.xml
+++ b/ard-work/src/main/resources/mapper/app/ArdAppPatrolpointMapper.xml
@@ -56,7 +56,7 @@
</update>
<delete id="deleteArdAppPatrolpointById" parameterType="String">
- delete from ard_app_patrolpoint where id = #{id}
+ delete from ard_app_patrolpoint where patrolplan_id = #{id}
</delete>
<delete id="deleteArdAppPatrolpointByIds" parameterType="String">
--
Gitblit v1.9.3