diff --git a/src/app/core/services/common/common.service.ts b/src/app/core/services/common/common.service.ts index 06b9ae8..98efb7a 100644 --- a/src/app/core/services/common/common.service.ts +++ b/src/app/core/services/common/common.service.ts @@ -127,7 +127,7 @@ export class CommonService { } getCargoSuretys(): Observable { - return this.http.get(`${this.apiUrl}/${this.apiDb}/GetParamValues?P_PARAMTYPE=005&P_SPID=${this.userService.getUserSpid()}`).pipe( + return this.http.get(`${this.apiUrl}/${this.apiDb}/GetParamValues?P_PARAMTYPE=003&P_SPID=${this.userService.getUserSpid()}`).pipe( map((response) => response.map((item) => ({ name: item.PARAMDESC,