fix: 去除非国联客户审批配置case
This commit is contained in:
@@ -1103,7 +1103,7 @@ namespace YLErp.Modules.ClientModule
|
||||
public bool resetClientProcess(client_file file, ApprovalOrderEnum orderEnum)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(file.ProtocolNumber) && file.ApprovalOrder == (int)ApprovalOrderEnum.无需审批
|
||||
&& !PS.Config.Is浙期 && PS.Config.Company != Configuration.CompanyEnum.国联)
|
||||
&& PS.Config.Company != Configuration.CompanyEnum.国联)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user