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