项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -45,7 +45,7 @@ namespace FineUIPro.Web.ZHGL.RealName
|
||||
{
|
||||
Model.RealName_SynchroSet newSynchroSet = new Model.RealName_SynchroSet
|
||||
{
|
||||
UnitId = Const.UnitId_TCC,
|
||||
UnitId = Const.UnitId_XJYJ,
|
||||
ApiUrl = Funs.RealNameApiUrl,
|
||||
ClientId = this.txtclientId.Text.Trim(),
|
||||
UserName = this.txtUserName.Text.Trim(),
|
||||
@@ -66,7 +66,7 @@ namespace FineUIPro.Web.ZHGL.RealName
|
||||
{
|
||||
Model.RealName_SynchroSet newSynchroSet = new Model.RealName_SynchroSet
|
||||
{
|
||||
UnitId = Const.UnitId_TCC,
|
||||
UnitId = Const.UnitId_XJYJ,
|
||||
ApiUrl = Funs.RealNameApiUrl,
|
||||
ClientId = this.txtclientId.Text.Trim(),
|
||||
UserName = this.txtUserName.Text.Trim(),
|
||||
@@ -236,7 +236,7 @@ namespace FineUIPro.Web.ZHGL.RealName
|
||||
{
|
||||
if (!string.IsNullOrEmpty(getpro.ContractNo))
|
||||
{
|
||||
var getSynchroSet = SynchroSetService.GetSynchroSetByUnitId(Const.UnitId_TCC, getpro.ContractNo);
|
||||
var getSynchroSet = SynchroSetService.GetSynchroSetByUnitId(Const.UnitId_XJYJ, getpro.ContractNo);
|
||||
if (getSynchroSet != null)
|
||||
{
|
||||
this.txtapiUrl.Text = Funs.RealNameApiUrl;
|
||||
|
||||
Reference in New Issue
Block a user