@@ -796,6 +796,9 @@ public class LocalBusPatientService extends BaseService<BusPatientMapper, BusPat
@Override
public List<DoctorPatientMonitorResult> doctorSelectPatientList(DoctorPatientMonitorQuery query) {
+ if(ObjectUtil.isNotNull(query.getEvaluate())){
+ //评价查询
+ }
return baseMapper.doctorSelectPatientList(query);
}