摘要:
dishService.remove (queryWrapper); // 根据条件 删除 dishService.removeById (1); // 根据id 删除一个 dishService.removeById (dish); // 根据id 删除一个,传入实体对象!实体对象 必须有id值! 阅读全文
摘要:
public boolean relation(Long projectId, List<BsMemberEntity> members) { //1)、获取原关联数据 List<ProProjectAuthorEntity> oldList = this.findByProjectId(proje 阅读全文