This commit is contained in:
shuo.wang
2025-06-11 13:18:26 +08:00
parent 59c621bbc9
commit 54ab03b930

View File

@@ -167,6 +167,7 @@ public class BuildInformationServiceImpl implements BuildInformationService {
response.setDoorPhoto(informationDO.getDoorPhoto());
response.setInStorePhoto(informationDO.getInStorePhoto());
response.setJuridicalIdCardFront(informationDO.getJuridicalIdCardFront());
response.setJuridicalName(informationDO.getJuridicalName());
response.setJuridicalIdCardNo(informationDO.getJuridicalIdCardNo());
response.setJuridicalIdCardReverse(informationDO.getJuridicalIdCardReverse());
response.setJuridicalHandheldIdCardReverse(informationDO.getJuridicalHandheldIdCardReverse());