|
|
|
@ -137,6 +137,7 @@ public class QuoteServiceImpl extends ServiceImpl<QuoteMapper, Quote> implements |
|
|
|
// if (projectList.size() != 1 || projectList.get(0) == null) { |
|
|
|
// throw new RuntimeException("项目编码有误"); |
|
|
|
// } |
|
|
|
|
|
|
|
// Project project = projectList.get(0); |
|
|
|
// if (!project.getProjectDesc().equals(quote.getProjectDesc())) { |
|
|
|
// throw new RuntimeException("项目名称有误"); |
|
|
|
|