|
@ -82,7 +82,9 @@ public class DoctorSchemeService {
|
|
|
sql = sql+ " JOIN wlyy_sign_family sf on sf.patient = p.code where sf.admin_team_code = "+teamCode;
|
|
|
|
|
|
if(-1 != disease){
|
|
|
sql = sql + " and p.disease ="+disease;
|
|
|
sql = sql + " and (p.disease ="+disease+" or p.disease = 3) ";
|
|
|
}else{
|
|
|
sql = sql + " and p.disease >0 ";
|
|
|
}
|
|
|
|
|
|
if(StringUtils.isNotBlank(diseaseCondition) && !"-1".equals(diseaseCondition)){
|