From 01feda9300eb40de454e6210c032063ffcf4dca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <852955+jishenghua@users.noreply.gitee.com> Date: Sun, 24 Feb 2019 17:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Mapper=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=BB=93=E6=9E=84=EF=BC=88=E4=BC=98=E5=8C=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper_xml/AccountHeadMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/AccountItemMapperEx.xml | 6 +++--- src/main/resources/mapper_xml/AccountMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/AppMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/DepotMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/FunctionsMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/InOutItemMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/LogMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/MaterialPropertyMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/PersonMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/RoleMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/SupplierMapperEx.xml | 6 +++--- src/main/resources/mapper_xml/SystemConfigMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/UnitMapperEx.xml | 4 ++-- src/main/resources/mapper_xml/UserMapperEx.xml | 4 ++-- 15 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/main/resources/mapper_xml/AccountHeadMapperEx.xml b/src/main/resources/mapper_xml/AccountHeadMapperEx.xml index 574733f9..94d6882c 100644 --- a/src/main/resources/mapper_xml/AccountHeadMapperEx.xml +++ b/src/main/resources/mapper_xml/AccountHeadMapperEx.xml @@ -1,8 +1,8 @@ - + - + diff --git a/src/main/resources/mapper_xml/AccountItemMapperEx.xml b/src/main/resources/mapper_xml/AccountItemMapperEx.xml index fe26140c..04d709ca 100644 --- a/src/main/resources/mapper_xml/AccountItemMapperEx.xml +++ b/src/main/resources/mapper_xml/AccountItemMapperEx.xml @@ -1,13 +1,13 @@ - + - + - select * FROM jsh_accountitem where 1=1 diff --git a/src/main/resources/mapper_xml/AccountMapperEx.xml b/src/main/resources/mapper_xml/AccountMapperEx.xml index ec3880f4..e548785b 100644 --- a/src/main/resources/mapper_xml/AccountMapperEx.xml +++ b/src/main/resources/mapper_xml/AccountMapperEx.xml @@ -1,7 +1,7 @@ - - + + diff --git a/src/main/resources/mapper_xml/AppMapperEx.xml b/src/main/resources/mapper_xml/AppMapperEx.xml index e82006c5..d8c0f4a1 100644 --- a/src/main/resources/mapper_xml/AppMapperEx.xml +++ b/src/main/resources/mapper_xml/AppMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_app where 1=1 diff --git a/src/main/resources/mapper_xml/DepotMapperEx.xml b/src/main/resources/mapper_xml/DepotMapperEx.xml index 72a385a6..cf777651 100644 --- a/src/main/resources/mapper_xml/DepotMapperEx.xml +++ b/src/main/resources/mapper_xml/DepotMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_depot where 1=1 diff --git a/src/main/resources/mapper_xml/FunctionsMapperEx.xml b/src/main/resources/mapper_xml/FunctionsMapperEx.xml index 6a52586d..4f3bf26f 100644 --- a/src/main/resources/mapper_xml/FunctionsMapperEx.xml +++ b/src/main/resources/mapper_xml/FunctionsMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_functions where 1=1 diff --git a/src/main/resources/mapper_xml/InOutItemMapperEx.xml b/src/main/resources/mapper_xml/InOutItemMapperEx.xml index effc54b2..fce9e716 100644 --- a/src/main/resources/mapper_xml/InOutItemMapperEx.xml +++ b/src/main/resources/mapper_xml/InOutItemMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_inoutitem where 1=1 diff --git a/src/main/resources/mapper_xml/LogMapperEx.xml b/src/main/resources/mapper_xml/LogMapperEx.xml index 12602381..fc34a6ef 100644 --- a/src/main/resources/mapper_xml/LogMapperEx.xml +++ b/src/main/resources/mapper_xml/LogMapperEx.xml @@ -1,7 +1,7 @@ - - + + diff --git a/src/main/resources/mapper_xml/MaterialPropertyMapperEx.xml b/src/main/resources/mapper_xml/MaterialPropertyMapperEx.xml index 0cde7348..7139ca8c 100644 --- a/src/main/resources/mapper_xml/MaterialPropertyMapperEx.xml +++ b/src/main/resources/mapper_xml/MaterialPropertyMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_materialproperty where 1=1 diff --git a/src/main/resources/mapper_xml/PersonMapperEx.xml b/src/main/resources/mapper_xml/PersonMapperEx.xml index 86b8b4a4..f42b6c1d 100644 --- a/src/main/resources/mapper_xml/PersonMapperEx.xml +++ b/src/main/resources/mapper_xml/PersonMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_person where 1=1 diff --git a/src/main/resources/mapper_xml/RoleMapperEx.xml b/src/main/resources/mapper_xml/RoleMapperEx.xml index 343b3d4b..ad068332 100644 --- a/src/main/resources/mapper_xml/RoleMapperEx.xml +++ b/src/main/resources/mapper_xml/RoleMapperEx.xml @@ -1,7 +1,7 @@ - - SELECT * FROM jsh_role WHERE 1=1 diff --git a/src/main/resources/mapper_xml/SupplierMapperEx.xml b/src/main/resources/mapper_xml/SupplierMapperEx.xml index d18af528..4ba5ed5b 100644 --- a/src/main/resources/mapper_xml/SupplierMapperEx.xml +++ b/src/main/resources/mapper_xml/SupplierMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_supplier where 1=1 @@ -46,7 +46,7 @@ - select * FROM jsh_supplier where 1=1 diff --git a/src/main/resources/mapper_xml/SystemConfigMapperEx.xml b/src/main/resources/mapper_xml/SystemConfigMapperEx.xml index fb930632..6f782e76 100644 --- a/src/main/resources/mapper_xml/SystemConfigMapperEx.xml +++ b/src/main/resources/mapper_xml/SystemConfigMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_systemconfig where 1=1 diff --git a/src/main/resources/mapper_xml/UnitMapperEx.xml b/src/main/resources/mapper_xml/UnitMapperEx.xml index c96d50ae..08c0edfd 100644 --- a/src/main/resources/mapper_xml/UnitMapperEx.xml +++ b/src/main/resources/mapper_xml/UnitMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_unit where 1=1 diff --git a/src/main/resources/mapper_xml/UserMapperEx.xml b/src/main/resources/mapper_xml/UserMapperEx.xml index 5f005bf6..f29cb454 100644 --- a/src/main/resources/mapper_xml/UserMapperEx.xml +++ b/src/main/resources/mapper_xml/UserMapperEx.xml @@ -1,7 +1,7 @@ - - select * FROM jsh_user where 1=1