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

添加业务修改通知php

parent 2ccb8ee9
......@@ -187,6 +187,8 @@ public class SiteBusinessServiceImpl extends AbstractCRUDCacheServiceImpl<SiteBu
return this.find(new SiteBusinessQuery().parentId(siteBusinessEntity.getId())).stream();
}).collect(Collectors.toList());
log.info("delete list:{}",JSON.toJSONString(collect));
Long[] childIds = collect.stream().map(item->item.getId()).toArray(Long[]::new);
this.getDao().delete(childIds);
Long[] bussinessIds = collect.stream().map(item->item.getBusinessId()).toArray(Long[]::new);
......
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