|
@@ -110,14 +110,14 @@ public class QuotationEstimateServiceImpl extends ServiceImpl<QuotationEstimateM
|
|
|
}
|
|
|
|
|
|
//赋值工序信息
|
|
|
- if (ObjectUtil.notEqual(quotationProductBom.getType(), 3)) {
|
|
|
+ if (ObjectUtil.equals(quotationProductBom.getType(), 3)) {
|
|
|
ProcessesBo processesBo = collect.getOrDefault(quotationProductBom.getProcessesId(), collect.get(quotationProductBom.getMaterialId()));
|
|
|
if (ObjectUtil.isNotEmpty(processesBo)) {
|
|
|
quotationEstimate.setCode(processesBo.getCode());
|
|
|
quotationEstimate.setName(processesBo.getName());
|
|
|
}
|
|
|
- quotationEstimateVos.add(quotationEstimate);
|
|
|
}
|
|
|
+ quotationEstimateVos.add(quotationEstimate);
|
|
|
}
|
|
|
|
|
|
// //赋值工序信息
|