This commit is contained in:
geh
2026-01-19 10:34:19 +08:00
parent dfe154dd56
commit feb9e58357
3 changed files with 35 additions and 1 deletions
@@ -663,6 +663,10 @@ namespace BLL
string urlParams = "JDGL/SGManPower/SGWarningDetails.aspx?projectId=" + projectId;
// 添加单位参数
if (!string.IsNullOrEmpty(unitId))
{
urlParams += "&unitId=" + unitId;
}
if (!string.IsNullOrEmpty(warningType))
{
urlParams += "&warningType=" + warningType;
@@ -739,6 +743,10 @@ namespace BLL
string urlParams = "JDGL/SGManPower/SGWarningDetails.aspx?projectId=" + projectId;
// 添加单位参数
if (!string.IsNullOrEmpty(unitId))
{
urlParams += "&unitId=" + unitId;
}
if (!string.IsNullOrEmpty(warningType))
{
urlParams += "&warningType=" + warningType;