java110
2020-06-04 384b6f030678e8525829e4892f7d81d1c6430dec
加入位置
1个文件已修改
5 ■■■■ 已修改文件
java110-db/src/main/resources/mapper/hardwareAdapation/MachineServiceDaoImplMapper.xml 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-db/src/main/resources/mapper/hardwareAdapation/MachineServiceDaoImplMapper.xml
@@ -146,7 +146,7 @@
        machineTypeCd,t.machine_ip,t.machine_ip machineIp,td.name machineTypeCdName,
        t.state,t.location_type_cd locationTypeCd,t.location_obj_id locationObjId,
        t.location_type_cd,t.location_obj_id,
        td1.name stateName,td2.name locationTypeName,t.create_time createTime,t.direction,td3.name directionName
        td1.name stateName,t.create_time createTime,t.direction,td3.name directionName
        from machine t,t_dict td,t_dict td1,t_dict td2,t_dict td3
        where 1 =1
        and t.machine_type_cd=td.status_cd
@@ -155,9 +155,6 @@
        and t.state = td1.status_cd
        and td1.table_name='machine'
        and td1.table_columns='state'
        and t.location_type_cd = td2.status_cd
        and td2.table_name='machine'
        and td2.table_columns='location_type_cd'
        and t.direction = td3.status_cd
        and td3.table_name='machine'
        and td3.table_columns='direction'