Commit f0c01c8f by 泽锋 李

fix

parent 97e8560b
...@@ -691,7 +691,7 @@ where t1.bailun_sku_warehouse_code!='' ...@@ -691,7 +691,7 @@ where t1.bailun_sku_warehouse_code!=''
count(1) count(1)
from from
dc_config_fba_extend as t1 dc_config_fba_extend as t1
left join dc_base_warehouse as t4 on t4.warehouse_code = t4.warehouse_code left join dc_base_warehouse as t4 on t1.warehouse_code = t4.warehouse_code
"; ";
if ((categoryModels != null && categoryModels.Count >= 1) || !string.IsNullOrWhiteSpace(search_data.buyer_name) || search_data.product_type > 0) if ((categoryModels != null && categoryModels.Count >= 1) || !string.IsNullOrWhiteSpace(search_data.buyer_name) || search_data.product_type > 0)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment