20250403
This commit is contained in:
parent
c050a088de
commit
30f572b57d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue