合并天辰 作业票
This commit is contained in:
@@ -170,7 +170,7 @@ namespace FineUIPro.Web
|
||||
List<string> stateList = new List<string>();
|
||||
List<int> countList = new List<int>();
|
||||
var getStates = LicensePublicService.drpStatesItem().Where(x => x.Value != Const._Null);
|
||||
var getLicense = APILicenseDataService.getLicenseDataListByStates(this.CurrUser.LoginProjectId, Const.UnitId_CD, null, 0);
|
||||
var getLicense = APILicenseDataService.getLicenseDataListByStates(this.CurrUser.LoginProjectId, Const.UnitId_CD, null );
|
||||
foreach (var itemStates in getStates)
|
||||
{
|
||||
stateList.Add(itemStates.Text);
|
||||
|
||||
Reference in New Issue
Block a user