This commit is contained in:
@ -940,9 +940,9 @@ namespace Epost.BLL
|
||||
return dal.IsFinishWorkByCar(endcount, matchid, block);
|
||||
}
|
||||
|
||||
public bool UpdateStateByCar(string matchid, string block = "", string sku = "")
|
||||
public bool UpdateStateByCar(string matchid, string area,string block = "", string sku = "")
|
||||
{
|
||||
return dal.UpdateStateByCar(matchid, block, sku);
|
||||
return dal.UpdateStateByCar(matchid,area, block, sku);
|
||||
}
|
||||
|
||||
public bool IsFinishWork(int endcount, string block, string usercode = "", string area = "", string sku = "", string shopid = "", string matchid = "")
|
||||
|
Reference in New Issue
Block a user