diff --git a/src/main/resources/mybatis/datasource/eightwork/ConfinedspaceMapper.xml b/src/main/resources/mybatis/datasource/eightwork/ConfinedspaceMapper.xml index a1898a2..4ad6cbb 100644 --- a/src/main/resources/mybatis/datasource/eightwork/ConfinedspaceMapper.xml +++ b/src/main/resources/mybatis/datasource/eightwork/ConfinedspaceMapper.xml @@ -51,8 +51,7 @@ f.MEDIUM_NAME, f.LIMITSPACE_ID, f.WORK_USER_DEPARTMENT_ID, - f.LONGITUDE, - f.LATITUDE + f.WORK_POSITION @@ -100,8 +99,7 @@ MEDIUM_NAME, LIMITSPACE_ID, WORK_USER_DEPARTMENT_ID, - LONGITUDE, - LATITUDE + WORK_POSITION @@ -149,8 +147,7 @@ #{MEDIUM_NAME}, #{LIMITSPACE_ID}, #{WORK_USER_DEPARTMENT_ID}, - #{LONGITUDE}, - #{LATITUDE} + #{WORK_POSITION} diff --git a/src/main/resources/mybatis/datasource/eightwork/HotWorkMapper.xml b/src/main/resources/mybatis/datasource/eightwork/HotWorkMapper.xml index ae60224..83bcfd1 100644 --- a/src/main/resources/mybatis/datasource/eightwork/HotWorkMapper.xml +++ b/src/main/resources/mybatis/datasource/eightwork/HotWorkMapper.xml @@ -57,8 +57,7 @@ f.ACCEPT_TIME, f.PLS_ID, f.PLS_NAME, - f.LONGITUDE, - f.LATITUDE + f.WORK_POSITION @@ -112,8 +111,7 @@ ACCEPT_TIME, PLS_ID, PLS_NAME, - LONGITUDE, - LATITUDE + WORK_POSITION @@ -167,8 +165,7 @@ #{ACCEPT_TIME}, #{PLS_ID}, #{PLS_NAME}, - #{LONGITUDE}, - #{LATITUDE} + #{WORK_POSITION}