diff --git a/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts b/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts index 5e9c5ac..7c618a9 100755 --- a/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts +++ b/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts @@ -943,10 +943,10 @@ generatePDReportPDF(pdId: any): Observable { return this._http.post(this.apiUrl + "generatePDReportPDF", { "records": pdId }); } archivePDImages(Dtl : any): Observable { - return this._http.post(this.apiUrl + "archivePDImages", { "records": Dtl }); + return this._http.post(this.apiUrl + "archivePDSMCImages", { "records": Dtl }); } photoPDFDownload(params:any): Observable{ - return this._http.post(this.apiUrl + "photoPDFDownload", { "records": params }); + return this._http.post(this.apiUrl + "smcPhotoPDFDownload", { "records": params }); } checkExistPDDetails(datas,entity_id){ return this._http.post(this.apiUrl+'checkExistPDDetails',{records:datas,client:entity_id})