|
|
@@ -823,7 +823,7 @@ public class LocalBusPatientService extends BaseService<BusPatientMapper, BusPat
|
|
|
if(ObjectUtil.isNull(result.getEvalTime())){
|
|
|
result.setEvaluate(3);
|
|
|
}else {
|
|
|
- DateTime date = DateUtil.offset(result.getEvalTime(), DateField.MINUTE, remindTime);
|
|
|
+ DateTime date = DateUtil.offset(result.getEvalTime(), DateField.MINUTE, interval);
|
|
|
result.setEvaluate(ObjectUtil.compare(date,now)>0?2:1);
|
|
|
}
|
|
|
}
|
|
|
@@ -845,6 +845,7 @@ public class LocalBusPatientService extends BaseService<BusPatientMapper, BusPat
|
|
|
return clinicMapper.updateById(clinic)!=0;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
@Override
|
|
|
public BusClinicEntity selectClinicId(String clinicId) {
|
|
|
BusClinicEntity clinic = clinicMapper.selectById(clinicId);
|