Explorar el Código

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

chenweida hace 7 años
padre
commit
a6018df4d6

+ 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();
}