|
@@ -389,9 +389,7 @@ public class PlanServiceImpl implements PlanService {
|
|
|
QueryWrapper<PlanPushStatistics> statisticsQueryWrapper = new QueryWrapper<>();
|
|
|
if (bo.getText() != null)
|
|
|
statisticsQueryWrapper.and(planPushStatisticsQueryWrapper -> {
|
|
|
- planPushStatisticsQueryWrapper.like("plan_id",bo.getText())
|
|
|
- .or()
|
|
|
- .like("equipment_id",bo.getText())
|
|
|
+ planPushStatisticsQueryWrapper.like("equipment_id",bo.getText())
|
|
|
.or()
|
|
|
.like("equipment_code",bo.getText())
|
|
|
.or()
|