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}