分拣、工位bom、现场问题处理
This commit is contained in:
@@ -335,7 +335,7 @@ namespace Tnb.WarehouseMgr
|
||||
int rows = await _db.Insertable<WmsCarryCode>(wmsCarryCode).ExecuteCommandAsync();
|
||||
if (rows == 0)
|
||||
{
|
||||
throw new Exception($"接收到1个条码 但是成功绑定的条码数量为0个!");
|
||||
throw new Exception($"接收到1个条码 成功绑定的条码数量为0个!");
|
||||
}
|
||||
await _db.Updateable<WmsCarryH>().SetColumns(r => r.carry_status == ((int)EnumCarryStatus.占用).ToString()).Where(r => r.id == input.carry_id).ExecuteCommandAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user