bug
This commit is contained in:
@@ -3171,10 +3171,11 @@ namespace Tnb.WarehouseMgr
|
||||
// 二楼物料呼叫任务结束后清空工位信息
|
||||
else if (dt.biz_type == "FloorCallMaterial")
|
||||
{
|
||||
await db.Updateable<WmsCarryH>().SetColumns(r => new WmsCarryH
|
||||
{
|
||||
work_station = ""
|
||||
}).Where(r => r.id == dt.carry_id).ExecuteCommandAsync();
|
||||
//放到ModifyAsync
|
||||
// await db.Updateable<WmsCarryH>().SetColumns(r => new WmsCarryH
|
||||
// {
|
||||
// work_station = ""
|
||||
// }).Where(r => r.id == dt.carry_id).ExecuteCommandAsync();
|
||||
|
||||
//await QTRK2BIP(dt, db);
|
||||
// require_code是任务单
|
||||
|
||||
Reference in New Issue
Block a user