Commit 3719b1f4 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent e7fbf13b
...@@ -191,6 +191,7 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap ...@@ -191,6 +191,7 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap
formContentJson.put("i_10_许可项目",applyLogEntity.getLicenseProject()); formContentJson.put("i_10_许可项目",applyLogEntity.getLicenseProject());
formContentJson.put("i_11_制证日期", DateUtils.getStrDate(applyLogEntity.getIssueTime())); formContentJson.put("i_11_制证日期", DateUtils.getStrDate(applyLogEntity.getIssueTime()));
formContentJson.put("i_14_制证机关",applyLogEntity.getAuthority()); formContentJson.put("i_14_制证机关",applyLogEntity.getAuthority());
formContentJson.put("@qrcode_1_二维码",applyLogEntity.getSocialCode());
applyLogEntity.setFormContent(formContentJson.toJSONString()); applyLogEntity.setFormContent(formContentJson.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