自动签收bug
This commit is contained in:
@@ -2712,16 +2712,16 @@ namespace Tnb.WarehouseMgr
|
||||
|
||||
if (carry.carrystd_id == WmsWareHouseConst.CARRY_ZYXCSTD_ID || carry.carrystd_id == WmsWareHouseConst.CARRY_ZYLJSTD_ID)
|
||||
{
|
||||
Tnb.WarehouseMgr.Entities.Dto.Outputs.Result result = await _wmsCarryUnbindService.CarryCodeUnbindWithoutTran(new CarryCodeUnbindInput()
|
||||
{
|
||||
carry_id = carry.id
|
||||
},_db);
|
||||
|
||||
|
||||
if (result.code != HttpStatusCode.OK)
|
||||
{
|
||||
throw Oops.Bah(result.msg);
|
||||
}
|
||||
// Tnb.WarehouseMgr.Entities.Dto.Outputs.Result result = await _wmsCarryUnbindService.CarryCodeUnbindWithoutTran(new CarryCodeUnbindInput()
|
||||
// {
|
||||
// carry_id = carry.id
|
||||
// },_db);
|
||||
//
|
||||
//
|
||||
// if (result.code != HttpStatusCode.OK)
|
||||
// {
|
||||
// throw Oops.Bah(result.msg);
|
||||
// }
|
||||
|
||||
//deleteCarryCodeIds.Add(carry.id);
|
||||
// int row = await db.Deleteable<WmsCarryCode>().Where(r => r.carry_id == carry.id).ExecuteCommandAsync();
|
||||
|
||||
Reference in New Issue
Block a user