gaodd 1 год назад
Родитель
Сommit
a841834136

+ 2 - 2
src/main/java/com/chinaitop/depot/storage/mapper/StorageKcglJkqyqDefaultMapper.xml

@@ -320,8 +320,8 @@
320
 	a.ch,
320
 	a.ch,
321
 	a.hwh
321
 	a.hwh
322
 	FROM
322
 	FROM
323
-		crk_qh.data_kcgl_fcbgz_default a
324
-	LEFT JOIN crk_qh.data_kcgl_xckc_default b ON a.DataID = b.DataID
323
+		data_kcgl_fcbgz_default a
324
+	LEFT JOIN data_kcgl_xckc_default b ON a.DataID = b.DataID
325
 	LEFT JOIN depot_qh.business_delivery_storage_notice c ON b.tzdh = c.bill_number
325
 	LEFT JOIN depot_qh.business_delivery_storage_notice c ON b.tzdh = c.bill_number
326
 	LEFT JOIN depot_qh.business_plan d ON  c.plan_number = d.plan_number
326
 	LEFT JOIN depot_qh.business_plan d ON  c.plan_number = d.plan_number
327
 	<where>
327
 	<where>

+ 1 - 1
src/main/java/com/chinaitop/depot/storage/mapper/StorageStorehouseBusinessMapper.xml

@@ -370,7 +370,7 @@
370
         'OFF' nhlstatus,
370
         'OFF' nhlstatus,
371
         '1' remark
371
         '1' remark
372
         from
372
         from
373
-        crk_qh.data_kcgl_fcbgz_default fcbgz inner join basic_storehouse bs on fcbgz.ch = bs.storehouse_id
373
+        data_kcgl_fcbgz_default fcbgz inner join basic_storehouse bs on fcbgz.ch = bs.storehouse_id
374
         <if test="byId == 1">
374
         <if test="byId == 1">
375
           WHERE 1=1 AND NOT EXISTS(
375
           WHERE 1=1 AND NOT EXISTS(
376
               SELECT 1 FROM storage_storehouse_business ssb WHERE ssb.storehouse_id = fcbgz.ch AND ssb.warehouse_id = fcbgz.hwh
376
               SELECT 1 FROM storage_storehouse_business ssb WHERE ssb.storehouse_id = fcbgz.ch AND ssb.warehouse_id = fcbgz.hwh