|
@@ -274,7 +274,7 @@ public class PlanServiceImpl implements PlanService {
|
|
|
PageHelper.startPage(bo.getPageNum(),bo.getPageSize(),true);
|
|
|
QueryWrapper<Plan> planQueryWrapper = new QueryWrapper<>();
|
|
|
planQueryWrapper.eq("appkey",bo.getAppkey());
|
|
|
- planQueryWrapper.eq("commercial_id",bo.getCommercialId());
|
|
|
+// planQueryWrapper.eq("commercial_id",bo.getCommercialId());
|
|
|
if (bo.getText() != null)
|
|
|
planQueryWrapper.like("plan_id",bo.getText())
|
|
|
.or()
|