b-bAC_PD_SERVICE=>bbac_pd_service
@ -31,7 +31,7 @@ const schema = {
export default function (businessType) {
let service;
if (businessType === "JisBBAC") {
service = "b-bAC_PD_SERVICE";
service = "bbac_pd_service";
} else if (businessType === "JisHBPO") {
service = "h-bPO_PD_SERVICE";
} else {