This commit is contained in:
jl
2024-11-08 11:54:40 +08:00
parent 7c1ab8ce69
commit 2219cae500
15 changed files with 83 additions and 137 deletions

View File

@ -48,7 +48,7 @@ namespace Epost.BLL
orderbll.UpOrderstate();
UserCacheDAL.ClearUserCodeList();
boxcache.ClearBoxList();
ResultModel resultModel = comBLL.Initialization_M();
ResultModel resultModel = comBLL.Initialization_T();
// GetOrderQueue(); //加载任务显示器信息
return resultModel;
@ -119,10 +119,10 @@ namespace Epost.BLL
#region
public ResultModel TestStart()
public ResultModel TestStart(string batchno)
{
ResultModel result = comBLL.GetAllLabelList_M();
ResultModel result = comBLL.GetAllLabelList_M(batchno);
return result;
}