Browse Source

问题处理

yzc 1 year ago
parent
commit
fc4b6bd809
1 changed files with 2 additions and 1 deletions
  1. 2 1
      hx-iot/src/main/resources/mapper/tda/TdaDeviceMapper.xml

+ 2 - 1
hx-iot/src/main/resources/mapper/tda/TdaDeviceMapper.xml

@@ -31,7 +31,8 @@
                td.create_user,
                td.create_user,
                td.create_time,
                td.create_time,
                td.update_user,
                td.update_user,
-               td.update_time
+               td.update_time,
+               td.company_id
         FROM tda_device td
         FROM tda_device td
             ${ew.customSqlSegment}
             ${ew.customSqlSegment}
     </select>
     </select>