测试·小摊许可证解析

This commit is contained in:
shuo.wang
2024-11-18 14:14:20 +08:00
parent b41fa862b5
commit f2bcba36f7

View File

@@ -184,6 +184,7 @@ public class AliyunServiceImpl implements AliyunService {
foodLicenseVO.setMainBusiness(mainBusiness);
foodLicenseVO.setLicenceNumber(licenceNumber);
foodLicenseVO.setOperatorName(operatorName);
log.info("食营解析结果VO{}",JSONObject.toJSONString(foodLicenseVO));
return foodLicenseVO;
}
return null;