fix
This commit is contained in:
@@ -367,10 +367,8 @@ public class PlatformBuildServiceImpl implements PlatformBuildService {
|
|||||||
platformBuildResponse.setLegalName(informationDO.getJuridicalName());
|
platformBuildResponse.setLegalName(informationDO.getJuridicalName());
|
||||||
platformBuildResponse.setLegalIdCardFront(informationDO.getJuridicalIdCardFront());
|
platformBuildResponse.setLegalIdCardFront(informationDO.getJuridicalIdCardFront());
|
||||||
platformBuildResponse.setLegalIdCardBack(informationDO.getSettlerIdCardReverse());
|
platformBuildResponse.setLegalIdCardBack(informationDO.getSettlerIdCardReverse());
|
||||||
if (Objects.nonNull(pointInfo)) {
|
platformBuildResponse.setShopProvinceCityDistrict(shopInfo.getProvince() + shopInfo.getCity() + shopInfo.getDistrict());
|
||||||
platformBuildResponse.setShopProvinceCityDistrict(pointInfo.getProvince() + pointInfo.getCity() + pointInfo.getDistrict());
|
platformBuildResponse.setShopAddress(shopInfo.getDetailAddress());
|
||||||
platformBuildResponse.setShopAddress(pointInfo.getAddress());
|
|
||||||
}
|
|
||||||
platformBuildResponse.setShopCode(shopInfo.getShopCode());
|
platformBuildResponse.setShopCode(shopInfo.getShopCode());
|
||||||
platformBuildResponse.setFranchiseBrand(FranchiseBrandEnum.getDescByCode(shopInfo.getFranchiseBrand()));
|
platformBuildResponse.setFranchiseBrand(FranchiseBrandEnum.getDescByCode(shopInfo.getFranchiseBrand()));
|
||||||
platformBuildResponse.setShopName(shopInfo.getShopName());
|
platformBuildResponse.setShopName(shopInfo.getShopName());
|
||||||
|
|||||||
Reference in New Issue
Block a user