@ -864,6 +864,10 @@ public class PatientService extends TokenService {
if(StringUtils.isNotBlank(diseaseCondition)){
fousGSql = fousGSql +" AND p.disease_condition = "+diseaseCondition;
}
if(isSlowDisease){
fousGSql = fousGSql +" AND p.standard_status = 1 ";
fousGSql = fousGSql +
" AND ( " +
" f.doctor = '" + doctor + "' " +