|
@ -914,7 +914,7 @@ public class PatientHealthIndexService extends BaseService {
|
|
|
patient.setStandardStatus(0);
|
|
|
}
|
|
|
}else if( 3 == patient.getDisease()){
|
|
|
if( (0 == bloodSuggurBbnormalCount|| 0 == bloodPressureBbnormalCount)&& 1 == patient.getStandardStatus()){
|
|
|
if( 0 == bloodSuggurBbnormalCount && 0 == bloodPressureBbnormalCount && 1 == patient.getStandardStatus()){
|
|
|
patient.setStandardStatus(0);
|
|
|
}
|
|
|
}
|