From 9aa42e1cd8af0de557b3c422d53b557c5397f5d7 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 15 五月 2024 02:12:49 +0800 Subject: [PATCH] 标准库分页优化 --- cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml index 6062487..c8ee930 100644 --- a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml +++ b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml @@ -7,7 +7,6 @@ select id, inspection_item, inspection_item_en, - inspection_item_classify, inspection_item_subclass, inspection_item_subclass_en, laboratory, @@ -16,10 +15,8 @@ man_hour, man_hour_group, inspection_item_type, - device_group, checkout_number, section, - value_type, create_user, update_user, create_time, -- Gitblit v1.9.3