添加项目bug修改
This commit is contained in:
parent
bbfa43e521
commit
cb497f1e6c
@ -285,6 +285,7 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
||||
|
||||
@Override
|
||||
public void saveProject(Project project) {
|
||||
project.setProjectId(null);
|
||||
QueryWrapper<Company> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.lambda().eq(Company::getCompanySn, project.getCompanySn());
|
||||
Company company = companyService.getOne(queryWrapper);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user