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