This commit is contained in:
jl
2025-06-30 10:14:05 +08:00
parent 722f16a77e
commit fb2aa4f239
10 changed files with 146 additions and 138 deletions

View File

@ -64,9 +64,9 @@ namespace Epost.BLL
}
#endregion
#region
public DataTable getQueuesOrderbyState(string block, string area,string state)
public DataTable getQueuesOrderbyState(string block, string area,string state,string usercode="")
{
return dal.getQueuesOrderbyState(block, area, state);
return dal.getQueuesOrderbyState(block, area, state,usercode);
}