Commit 8e848e8c by 泽锋 李

fix

parent 59be0e76
...@@ -135,7 +135,7 @@ namespace AutoTurnOver.Services ...@@ -135,7 +135,7 @@ namespace AutoTurnOver.Services
bp_remark = $"用户{user.UserName} 在 aims 操作推送-"+ remarks bp_remark = $"用户{user.UserName} 在 aims 操作推送-"+ remarks
}; };
data.bp_sendtype = data.bp_send == 1 ? 4 : -1; data.bp_sendtype = data.bp_send == 1 ? 4 : -1;
if ("fba".Equals(item.Key.warehouse_type,StringComparison.CurrentCultureIgnoreCase)) if ("FBA仓".Equals(item.Key.warehouse_type,StringComparison.CurrentCultureIgnoreCase))
{ {
if("美国".Equals(item.Key.area_name, StringComparison.CurrentCultureIgnoreCase)) if("美国".Equals(item.Key.area_name, StringComparison.CurrentCultureIgnoreCase))
{ {
......
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