@ -307,7 +307,7 @@ public class SignPatientLabelInfoService extends BaseService {
" t1.doctor = ? " +
" OR t1.doctor_health = ? " +
" ) " +
" AND t1. STATUS > 0 ";
" AND t1. STATUS > 0 AND t1.admin_team_code = ?";
if(isSlowDisease){
sql = sql + " AND p.diease >0 " ;
}