From 55a224fefa2a9e258e7ccf559242d102191e7f7b Mon Sep 17 00:00:00 2001 From: WenShiJun Date: Sat, 30 Mar 2024 16:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=BC=96=E8=BE=91=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=9B=9E=E6=98=BE=E9=99=84=E4=BB=B6=E5=90=8D=E7=A7=B0?= =?UTF-8?q?bug=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comprehensive/TrafficSafetyOccupationalHazardsMapper.xml | 1 + .../comprehensive/TrafficSafetyResponsibilityMapper.xml | 1 + .../datasource/comprehensive/TrafficSecurityCommitmentMapper.xml | 1 + .../comprehensive/TrafficSecurityLaborContractMapper.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSafetyOccupationalHazardsMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSafetyOccupationalHazardsMapper.xml index bc4c11c..9492c75 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSafetyOccupationalHazardsMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSafetyOccupationalHazardsMapper.xml @@ -134,6 +134,7 @@ c.CONTENT, c.CREATETIME, c.OPERATTIME, + c.ATTACHMENT_ROUTE, c.OCCUPATIONALHAZARDS_ID from sys_user u diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSafetyResponsibilityMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSafetyResponsibilityMapper.xml index 9e4b7d5..0275f12 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSafetyResponsibilityMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSafetyResponsibilityMapper.xml @@ -134,6 +134,7 @@ c.CREATETIME, c.OPERATTIME, c.CONTENT, + c.ATTACHMENT_ROUTE, c.SAFETYRESPONSIBILITY_ID from sys_user u diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityCommitmentMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityCommitmentMapper.xml index 512ca30..0039907 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityCommitmentMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityCommitmentMapper.xml @@ -140,6 +140,7 @@ c.OPERATTIME, c.CONTENT, c.ISDELETE, + c.ATTACHMENT_ROUTE, c.SECURITYCOMMITMENT_ID FROM sys_user u diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityLaborContractMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityLaborContractMapper.xml index a2eddd1..7c8eed2 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityLaborContractMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityLaborContractMapper.xml @@ -137,6 +137,7 @@ c.CONTENT, c.CREATETIME, c.OPERATTIME, + c.ATTACHMENT_ROUTE, c.LABORCONTRACT_ID from sys_user u