This commit is contained in:
毕文静 2025-04-03 14:02:45 +08:00
parent c050a088de
commit 30f572b57d
5 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -527,7 +527,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
DataTable tb = BLL.SQLHelper.GetDataTableRunProc("HJGL_spRepairJointWorkRecord", parameter);
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
keyValuePairs.Add("ProjectName", BLL.Base_ProjectService.GetProjectName(projectId));
keyValuePairs.Add("ProjectName", BLL.Base_ProjectService.GetProjectByProjectId(projectId).ProjectName);
BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs);
DataTable dt = new DataTable();