1.该订单最后一个货架结束入库

This commit is contained in:
hehaibing-1996
2024-05-31 17:03:54 +08:00
parent 46321e340b
commit a87a93ea11
9 changed files with 78 additions and 21 deletions

View File

@ -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,