|
@ -306,6 +306,7 @@ public class EvaluateService extends BaseService {
|
|
|
" ,wlyy_consult_team c " +
|
|
|
" ,wlyy_patient p " +
|
|
|
" WHERE s.consult = e.consult " +
|
|
|
" AND s.doctor = e.doctor " +
|
|
|
" AND s.consult = c.consult " +
|
|
|
" AND p.`code` = c.patient " +
|
|
|
" AND e.evaluate_type <> 0 "+
|