Przeglądaj źródła

Merge branch 'dev' of trick9191/patient-co-management into dev

trick9191 8 lat temu
rodzic
commit
fe7295f16b

+ 7 - 0
patient-co-wlyy/src/main/java/com/yihu/wlyy/entity/patient/SignFamilyServer.java

@ -0,0 +1,7 @@
package com.yihu.wlyy.entity.patient;
/**
 * Created by Trick on 2017/7/14.
 */
public class SignFamilyServer {
}

+ 1 - 0
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/consult/EvaluateService.java

@ -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  "+