Commit 24388060 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent 0b21e888
......@@ -163,9 +163,9 @@ public class BusinessLicenseServiceImpl extends AbstractCRUDServiceImpl<Business
}
if(templateEntity.getTemplateType()==2) {
//正本
formContent.put("@image_1_二维码", baseurlPhotos(businessLicenseEntity.getQrCodeOriginalBase64()));
formContent.put("@image_1_二维码", businessLicenseEntity.getQrCodeOriginalBase64());
}else {
formContent.put("@image_1_二维码", baseurlPhotos(businessLicenseEntity.getQrCodeDuplicateBase64()));
formContent.put("@image_1_二维码", businessLicenseEntity.getQrCodeDuplicateBase64());
}
if(log.isDebugEnabled()){
log.debug("证照转化表单json:"+formContent.toJSONString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment