1.该订单最后一个货架结束入库
This commit is contained in:
@ -82,7 +82,7 @@ namespace WCS.WebApi.Controllers
|
||||
var logRecord = new SystemApiLogRecord()
|
||||
{
|
||||
DeviceIp = context?.Connection?.RemoteIpAddress?.ToString(),
|
||||
RequestUrl = context.Request?.Path,
|
||||
RequestUrl = context.Request?.Path.ToString(),
|
||||
RequestBody = requestBody,
|
||||
QueryString = context.Request?.QueryString.ToString(),
|
||||
IsResponse = true,
|
||||
|
Reference in New Issue
Block a user