Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2024-06-24 15:39:45 +08:00
6 changed files with 79 additions and 27 deletions

View File

@@ -2063,7 +2063,7 @@ namespace Tnb.ProductionMgr
});
Log.Information($"生产入库参数:${JsonConvert.SerializeObject(wmsPrdInstockInput)}");
Tnb.WarehouseMgr.Entities.Dto.Outputs.Result result2 = await _wmsPrdInstockHService.PrdInstock(wmsPrdInstockInput);
Tnb.WarehouseMgr.Entities.Dto.Outputs.Result result2 = await _wmsPrdInstockHService.PrdInstock(wmsPrdInstockInput, _db);
if (result2 != null)
{
Log.Information($"生产入库接口返回参数:${JsonConvert.SerializeObject(result2)}");