葛恒:奖惩
This commit is contained in:
@@ -288,6 +288,17 @@ namespace FineUIPro.Web.ProjectData
|
||||
if (this.drpSubjectUnit.SelectedValue != BLL.Const._Null)
|
||||
{
|
||||
project.SubjectUnit = this.drpSubjectUnit.SelectedValue;
|
||||
//获取集团的单位的api保存起来
|
||||
var Url = BLL.UnitService.getUnitApiUrlByUnitId(this.drpSubjectUnit.SelectedValue);
|
||||
if (!string.IsNullOrEmpty(Url))
|
||||
{
|
||||
var urls = Url.Split(',');
|
||||
project.SubjectUnitApiUrl = urls[0];
|
||||
if (urls.Length > 1)
|
||||
{
|
||||
project.SubjectUnitWebUrl = urls[1];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (this.drpSubjectProject.SelectedValue != BLL.Const._Null)
|
||||
|
||||
Reference in New Issue
Block a user