原材料条码,日志修改

This commit is contained in:
2024-06-25 17:17:09 +08:00
parent fd75a23321
commit 47d4335e01
3 changed files with 17 additions and 17 deletions

View File

@@ -2137,7 +2137,7 @@ namespace Tnb.WarehouseMgr
await _db.Updateable<WmsCarryH>().SetColumns(r => r.work_station == "").Where(r => r.id == dt.carry_id).ExecuteCommandAsync();
// require_code是任务单
string mo_task_code = dt.require_code;
//string mo_task_code = dt.require_code;
}
#endregion