浏览代码

更新天津熏蒸新需求

lvzhikai 5 年之前
父节点
当前提交
1b7178e6e3

+ 2 - 2
src/main/java/com/chinaitop/depot/agent/temperature/mapper/BusinessAgentTemperatureMapper.xml

@@ -737,7 +737,7 @@
737
       t1.UnitID _unit_i_d
737
       t1.UnitID _unit_i_d
738
     FROM
738
     FROM
739
       lsreport_ts:data_kcgl_kcsw_default t1
739
       lsreport_ts:data_kcgl_kcsw_default t1
740
-    LEFT JOIN depot_tianjin:basic_storehouse t2 ON t1.UnitID = t2.org_id
740
+    LEFT JOIN basic_storehouse t2 ON t1.UnitID = t2.org_id
741
     AND t1.ch = t2.storehouse_id
741
     AND t1.ch = t2.storehouse_id
742
     AND t2.del_flag = 1
742
     AND t2.del_flag = 1
743
     AND t2.library_type = '0'
743
     AND t2.library_type = '0'
@@ -746,7 +746,7 @@
746
         SELECT DISTINCT
746
         SELECT DISTINCT
747
           depot_id
747
           depot_id
748
         FROM
748
         FROM
749
-          depot:business_agent_depot
749
+          business_agent_depot
750
         WHERE
750
         WHERE
751
           org_id =  #{orgId,jdbcType=INTEGER}
751
           org_id =  #{orgId,jdbcType=INTEGER}
752
       )
752
       )