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