1
This commit is contained in:
@@ -73,14 +73,6 @@ namespace Tnb.WarehouseMgr
|
|||||||
//WmsCarryunbindH wmsCarryUnbindH = carry.Adapt<WmsCarryunbindH>();
|
//WmsCarryunbindH wmsCarryUnbindH = carry.Adapt<WmsCarryunbindH>();
|
||||||
if (carryId != null && subCarryId != null)
|
if (carryId != null && subCarryId != null)
|
||||||
{
|
{
|
||||||
//wmsCarryUnbindH.id = SnowflakeIdHelper.NextId();
|
|
||||||
//wmsCarryUnbindH.org_id = carry.org_id;
|
|
||||||
//wmsCarryUnbindH.carry_id = carry.id;
|
|
||||||
//wmsCarryUnbindH.membercarry_id = subCarry.id;
|
|
||||||
//wmsCarryUnbindH.membercarry_code = subCarry.carry_code;
|
|
||||||
//wmsCarryUnbindH.loc = input.data[nameof(WmsCarryunbindH.loc)].ParseToInt(1);
|
|
||||||
//wmsCarryUnbindH.create_id = _userManager.UserId;
|
|
||||||
//wmsCarryUnbindH.create_time = DateTime.Now;
|
|
||||||
var row = await _db.Deleteable<WmsCarryD>().Where(it=>it.carry_id == subCarry.id).ExecuteCommandAsync();
|
var row = await _db.Deleteable<WmsCarryD>().Where(it=>it.carry_id == subCarry.id).ExecuteCommandAsync();
|
||||||
carry.carry_status = "0";
|
carry.carry_status = "0";
|
||||||
row = await _db.Updateable(carry).ExecuteCommandAsync();
|
row = await _db.Updateable(carry).ExecuteCommandAsync();
|
||||||
|
|||||||
Reference in New Issue
Block a user