This commit is contained in:
@ -1064,5 +1064,12 @@ namespace Epost.BLL
|
||||
return dal.IsFinishWorkArea(block,usercode,area,sku,shopid,orderid);
|
||||
}
|
||||
|
||||
#region 接口根据订单熄灭 一对多标签 修改等待亮灯的状态
|
||||
public bool UpOrdersWaitState(string orderid)
|
||||
{
|
||||
return dal.UpOrdersWaitState(orderid);
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user