20220922 1、焊工业绩存储过程修改。2、人员库是否在岗空时报错。3、合同流程审批页选择框人员加载问题。4、小程序订阅推送检查。

This commit is contained in:
2022-09-22 14:28:47 +08:00
parent 8474675b90
commit 87582b0fa5
11 changed files with 131 additions and 164 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ namespace FineUIPro.Web.Person
this.txtPersonName.Text = person.PersonName;
this.txtJobNum.Text = person.JobNum;
this.drpUnit.SelectedValue = person.UnitId;
this.ckIsPost.Checked = person.IsPost.Value;
this.ckIsPost.Checked = person.IsPost ?? true;
if (!string.IsNullOrEmpty(person.DepartId))
{
this.drpDepart.SelectedValue = person.DepartId;