|
@ -63,7 +63,7 @@ export default function (businessType, type) { |
|
|
if (type === "shang-wu") { |
|
|
if (type === "shang-wu") { |
|
|
if (businessType === "JisBBAC") { |
|
|
if (businessType === "JisBBAC") { |
|
|
service = "bbac_ba_service"; |
|
|
service = "bbac_ba_service"; |
|
|
} else if (businessType === "JisHBPO") { |
|
|
} else if (businessType === "JisHBPO" || businessType === "MaiDanJianHBPO") { |
|
|
service = "hbpo_ba_service"; |
|
|
service = "hbpo_ba_service"; |
|
|
} else { |
|
|
} else { |
|
|
service = "pub_ba_service"; |
|
|
service = "pub_ba_service"; |
|
|