bug
This commit is contained in:
@@ -123,7 +123,11 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
if (string.IsNullOrEmpty(stationId))
|
||||
{
|
||||
return Array.Empty<string>();
|
||||
return new
|
||||
{
|
||||
pagination = new PageResult(),
|
||||
list = Array.Empty<string>()
|
||||
};
|
||||
}
|
||||
|
||||
Dictionary<string, object> dic = await _dictionaryDataService.GetDicByKey(DictConst.TaskStatus);
|
||||
|
||||
Reference in New Issue
Block a user