|
@@ -287,9 +287,9 @@ public class PlanServiceImpl implements PlanService {
|
|
|
if (bo.getText() != null)
|
|
|
planQueryWrapper.like("plan_id",bo.getText())
|
|
|
.or()
|
|
|
- .like("principal_name",bo.getText())
|
|
|
+ .like("app_name",bo.getText())
|
|
|
.or()
|
|
|
- .like("principal_telephone",bo.getText());
|
|
|
+ .like("commercial_name",bo.getText());
|
|
|
if (bo.getStartTime() != null)
|
|
|
planQueryWrapper.apply("plan_start_time >= STR_TO_DATE({0},'%Y-%m-%d %H:%i:%s')",bo.getStartTime());
|
|
|
if (bo.getEndTime() != null)
|