添加WMS操作人信息createBy

This commit is contained in:
2024-06-28 08:37:21 +08:00
parent 99ae98af20
commit 9b63150b66
7 changed files with 28 additions and 6 deletions

View File

@@ -120,6 +120,7 @@ namespace ZR.Admin.WebApi.Controllers
[Log(Title = "按批次出库", BusinessType = BusinessType.INSERT)]
public IActionResult DoPatchOutProduction([FromBody] WmBatchGoodsOutProductionDto parm)
{
parm = parm.ToCreate(HttpContext);
string response = _WmGoodsOutProductionService.DoPatchOutProduction(parm);
if (response == "ok")
{