Commit c00ab9c3 by zhaojinzhan

库存同步返回消息修改

parent 0af2a786
...@@ -346,7 +346,7 @@ namespace Service.TakeStock ...@@ -346,7 +346,7 @@ namespace Service.TakeStock
else else
{ {
order.State = TSOrderState.异常; order.State = TSOrderState.异常;
logTask = AddOrUpdateLog(id, TSOrderState.异常, "盘点失败,WMS返回消息:" + JObject.Parse(responseContent)["message"], responseContent); logTask = AddOrUpdateLog(id, TSOrderState.异常, "盘点失败,WMS返回消息:" + resultObj["message"], responseContent);
} }
int row = await _orderRepository.UpdateAsync(order, "State", "AfterQuantity", "LastModificationTime"); int row = await _orderRepository.UpdateAsync(order, "State", "AfterQuantity", "LastModificationTime");
if (!(row > 0 && await logTask)) if (!(row > 0 && await logTask))
......
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