|
@ -33,7 +33,7 @@ export default function (businessType) { |
|
|
let service; |
|
|
let service; |
|
|
if (businessType === "JisBBAC") { |
|
|
if (businessType === "JisBBAC") { |
|
|
service = "bbac_pd_service"; |
|
|
service = "bbac_pd_service"; |
|
|
} else if (businessType === "JisHBPO") { |
|
|
} else if (businessType === "JisHBPO" || businessType === "MaiDanJianHBPO") { |
|
|
service = "h-bPO_PD_SERVICE"; |
|
|
service = "h-bPO_PD_SERVICE"; |
|
|
} else { |
|
|
} else { |
|
|
service = "p-uB_PD_SERVICE"; |
|
|
service = "p-uB_PD_SERVICE"; |
|
|