更改PDAFeeding

This commit is contained in:
FanLian
2023-06-26 14:19:30 +08:00
parent 1e5226c9dd
commit 3acddb8f0e

View File

@@ -87,8 +87,8 @@ namespace Tnb.WarehouseMgr
feedBox.qty = carryMaterial.qty;
feedBox.batch = carryMaterial?.code_batch!;
feedBox.status = carry.status;
feedBox.create_id = _userManager.UserId;
feedBox.create_time = DateTime.Now;
feedBox.modify_id = _userManager.UserId;
feedBox.modify_time = DateTime.Now;
var row = await _db.Updateable(feedBox).ExecuteCommandAsync();
//更新投料记录条码表
if (carryCodes != null)