Commit d2f352eb authored by 赵啸非's avatar 赵啸非

添加批量新增窗口业务接口

parent a86394f8
......@@ -149,6 +149,7 @@ public class BusinessServiceImpl extends AbstractCRUDServiceImpl<BusinessDao, Bu
parentSiteBusinessEntity.setId(null);
parentSiteBusinessEntity.setCreateUserId(context==null?1L:context.getUser()==null?1L:context.getUser().getId());
parentSiteBusinessEntity.setCreateTime(new Date());
siteBusinessService.save(parentSiteBusinessEntity, context);
}
}
siteBusinessService.save(siteBusinessEntity, context);
......
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