From 3aba543927fc015bfdb8fd1b844ce50a1f8dca91 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 16 八月 2024 14:33:42 +0800 Subject: [PATCH] 数据库配置批量插入 --- ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml index 604549a..f984a0a 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml @@ -501,6 +501,10 @@ </where> </select> + <delete id="deleteAll"> + delete from t_monitor + </delete> + <resultMap id="dyMap" type="com.ycl.platform.domain.vo.TMonitorVO"> <id column="id" property="id"/> <result column="serial_number" property="serialNumber"/> -- Gitblit v1.8.0