소스 검색

标签接口修改

lyr 8 년 전
부모
커밋
1f4c05c746
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/main/java/com/yihu/wlyy/repository/doctor/SignPatientLabelDao.java

+ 1 - 2
src/main/java/com/yihu/wlyy/repository/doctor/SignPatientLabelDao.java

@ -55,5 +55,4 @@ public interface SignPatientLabelDao extends
    @Query("select a from SignPatientLabel a where a.status = 1 and a.labelName = ?1 and a.labeType = ?2 and a.teamCode = ?3")
    @Query("select a from SignPatientLabel a where a.status = 1 and a.labelName = ?1 and a.labeType = ?2 and a.teamCode = ?3")
    SignPatientLabel findByLabelNameAndLabelTypeAndTeamCode(String labelName,String labelType,Long teamCode);
    SignPatientLabel findByLabelNameAndLabelTypeAndTeamCode(String labelName,String labelType,Long teamCode);
}
l
}