Commit 38ee89a6 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent cfddf41e
...@@ -97,6 +97,7 @@ public class ChildLicenseServiceImpl extends AbstractCRUDServiceImpl<ChildLicens ...@@ -97,6 +97,7 @@ public class ChildLicenseServiceImpl extends AbstractCRUDServiceImpl<ChildLicens
entity.setLicensedItems(applyLogEntity.getLicenseProject()); entity.setLicensedItems(applyLogEntity.getLicenseProject());
entity.setFormStyleContent(item.getTemplateContent()); entity.setFormStyleContent(item.getTemplateContent());
entity.setFormContent(item.getFormContent()); entity.setFormContent(item.getFormContent());
entity.setShortName(item.getShortName());
entity.setProcessStatus(ProcessStatusEnum.未处理.getValue()); entity.setProcessStatus(ProcessStatusEnum.未处理.getValue());
entity.setCreateTime(applyLogEntity.getCreateTime()); entity.setCreateTime(applyLogEntity.getCreateTime());
entity.setCreateUserId(applyLogEntity.getCreateUserId()); entity.setCreateUserId(applyLogEntity.getCreateUserId());
......
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