Commit f160e9fb by 泽锋 李

fix

parent dcb6f05f
...@@ -346,7 +346,8 @@ namespace AutoTurnOver.Services ...@@ -346,7 +346,8 @@ namespace AutoTurnOver.Services
Condition_AutoTurnOver search_data = par_json.ToObject<Condition_AutoTurnOver>(); Condition_AutoTurnOver search_data = par_json.ToObject<Condition_AutoTurnOver>();
if(string.IsNullOrWhiteSpace(download_data.parameter_show)) if(string.IsNullOrWhiteSpace(download_data.parameter_show))
{ {
search_data.bailun_sku = "LM-EO-007"; search_data.key_words = "LM-EO-007";
search_data.searchType = 1;
} }
Console.WriteLine("DownloadStock - 开始生成文件"); Console.WriteLine("DownloadStock - 开始生成文件");
int rows = 0; int rows = 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