瀏覽代碼

删除depot_yunnan

lvzhikai 5 年之前
父節點
當前提交
b7e8d903d9

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

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