Browse Source

Merge branch 'lcy' of http://47.107.53.207:3000/traineeCoder001/Digital-Investment

JensionDzero 1 year ago
parent
commit
383e8a33a6

+ 1 - 3
ruoyi-demo/src/main/java/com/ruoyi/demo/service/impl/PlanServiceImpl.java

@@ -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()