zhoufan 7 anni fa
parent
commit
01a9698a80

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -229,7 +229,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
229 229
                 {
230 230
                     if (dr["F_LeaveRecordId"] != null && dr["F_LeaveRecordId"].ToString() != "")
231 231
                     {
232
-                        dr["FilePath"] = GetLeavePath(dr["F_LeaveRecordId"].ToString(), config.F_ParamValue);
232
+                        dr["FilePath"] = GetLeavePath(dr["F_LeaveRecordId"].ToString(), configly.F_ParamValue);
233 233
                     }
234 234
                     else if (dr["F_CallRecordId"] != null && dr["F_CallRecordId"].ToString() != "")
235 235
                     {