chenweida 7 rokov pred
rodič
commit
499ff535a5

+ 1 - 1
patient-co-statistics/src/main/java/com/yihu/wlyy/statistics/dao/DoctorAdminTeamDao.java

@ -19,6 +19,6 @@ public interface DoctorAdminTeamDao extends
    @Query(" from AdminTeam t where length(t.orgCode) = 10")
    @Query(" from AdminTeam t where length(t.orgCode) = 10 and available=true")
    List<AdminTeam> findAllTeam();
}