|
@@ -85,7 +85,7 @@ public class ExtQuotationServiceImpl extends ServiceImpl<ExtQuotationMapper, Ext
|
|
|
wrapper.le("eq", ExtQuotation::getCreateTime, dto.getEndTime());
|
|
|
|
|
|
wrapper.ne("eq", ExtQuotation::getStatus, FlowStatusEnum1.UPDATE);
|
|
|
- wrapper.ne("eq", ExtQuotation::getStatus, dto.getStatus());
|
|
|
+ wrapper.eq("eq", ExtQuotation::getStatus, dto.getStatus());
|
|
|
|
|
|
Page<ExtQuotationVo> page = this.baseMapper.getPage(dto.getPage(), wrapper);
|
|
|
List<ExtQuotationVo> records = page.getRecords();
|