Browse Source

更新天津熏蒸新需求

lvzhikai 5 years ago
parent
commit
1b7178e6e3

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

@@ -737,7 +737,7 @@
737 737
       t1.UnitID _unit_i_d
738 738
     FROM
739 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 741
     AND t1.ch = t2.storehouse_id
742 742
     AND t2.del_flag = 1
743 743
     AND t2.library_type = '0'
@@ -746,7 +746,7 @@
746 746
         SELECT DISTINCT
747 747
           depot_id
748 748
         FROM
749
-          depot:business_agent_depot
749
+          business_agent_depot
750 750
         WHERE
751 751
           org_id =  #{orgId,jdbcType=INTEGER}
752 752
       )