fix: 国联客户非协议文件和人员信息纳入变更审批
This commit is contained in:
@@ -1777,7 +1777,8 @@ namespace YLErp.Modules.ClientModule
|
||||
|
||||
var processlist = yldb.approvalprocess.Where(x => x.processType == "ClientProcess");
|
||||
|
||||
if (processlist.Count() > 0 && client.ProcessStatus == "已开户" && PS.Config.Is浙期)
|
||||
if (processlist.Count() > 0 && client.ProcessStatus == "已开户"
|
||||
&& (PS.Config.Is浙期 || PS.Config.Company == Configuration.CompanyEnum.国联))
|
||||
{
|
||||
clientDuty.ApprovalOrder = (int)ApprovalOrderEnum.导入;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user