|
@@ -99,6 +99,7 @@ public class OrderSalesShipmentStatisticsServiceImpl extends ServiceImpl<OrderSa
|
|
|
wrapper.eq("b", Bom::getChromatophore, dto.getChromatophore());
|
|
|
wrapper.like("bs", BomSpec::getWidth, dto.getWidth());
|
|
|
wrapper.like("bs", BomSpec::getHeight, dto.getHeight());
|
|
|
+ wrapper.like("bs", BomSpec::getName, dto.getBomSpecName());
|
|
|
wrapper.groupBy("osss.bom_spec_id");
|
|
|
List<TurnoverRateSalesShipmentStatisticsBo> statisticsVoList = this.baseMapper.getTurnoverRateSalesShipmentStatisticsList(wrapper);
|
|
|
if (ObjectUtil.isEmpty(statisticsVoList)) {
|