bug
This commit is contained in:
@@ -484,10 +484,6 @@ namespace Tnb.ProductionMgr
|
|||||||
|
|
||||||
_ = await db.Insertable<PrdFeedingH>(prdFeedingH).ExecuteCommandAsync();
|
_ = await db.Insertable<PrdFeedingH>(prdFeedingH).ExecuteCommandAsync();
|
||||||
_ = await db.Insertable<PrdFeedingD>(list).ExecuteCommandAsync();
|
_ = await db.Insertable<PrdFeedingD>(list).ExecuteCommandAsync();
|
||||||
_wmsCarryUnbindService.CarryCodeUnbind(new CarryCodeUnbindInput()
|
|
||||||
{
|
|
||||||
carry_id = carry.id
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user