|
@ -72,7 +72,7 @@ export default function (businessType, type) { |
|
|
if (type === "unable") { |
|
|
if (type === "unable") { |
|
|
if (businessType === "JisBBAC") { |
|
|
if (businessType === "JisBBAC") { |
|
|
service = "bbac_not_sa_service"; |
|
|
service = "bbac_not_sa_service"; |
|
|
} else if (businessType === "JisHBPO") { |
|
|
} else if (businessType === "JisHBPO" || businessType === "MaiDanJianHBPO") { |
|
|
service = "hbpo_not_sa_service"; |
|
|
service = "hbpo_not_sa_service"; |
|
|
} else { |
|
|
} else { |
|
|
service = "pub_not_sa_service"; |
|
|
service = "pub_not_sa_service"; |
|
|