发票管理增加打印,和推送oa

This commit is contained in:
2024-05-12 20:12:30 +08:00
parent 251422813e
commit 8634720b08
23 changed files with 1959 additions and 41 deletions
+15
View File
@@ -457,6 +457,21 @@ namespace BLL
}
return userName;
}
public static string getSignatureUrl(string personId)
{
string Url = string.Empty;
var getUser = Person_PersonsService.GetPerson_PersonsById(personId);
if (getUser != null)
{
Url = getUser.PersonName;
if (!string.IsNullOrEmpty(getUser.SignatureUrl))
{
Url = Funs.RootPath + getUser.SignatureUrl;
}
}
return Url;
}
#endregion
#region ID单位ID