From 6d98f59b9e0fc49c4f34cb935c7cf50afce9d93c Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 6 Jun 2024 15:12:47 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisProblemTypeMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisProblemTypeMapper.xml b/emis-biz/src/main/resources/mapper/EmisProblemTypeMapper.xml index 01c8cb15c..83e81456d 100644 --- a/emis-biz/src/main/resources/mapper/EmisProblemTypeMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisProblemTypeMapper.xml @@ -70,7 +70,7 @@ limit 1 - select id, type_code, type_name, type_name_en, is_send_sms, object_type, delay_day, status, order_num, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time,create_site,update_site from emis_problem_type a where a.id = #{id} @@ -144,7 +144,7 @@ where id = #{id} - + delete from emis_problem_type where id = #{id}