Parcourir la source

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

lyr il y a 8 ans
Parent
commit
6dde736e79

+ 1 - 0
patient-co-wlyy/src/main/java/com/yihu/wlyy/repository/doctor/SignPatientLabelInfoDao.java

@ -66,6 +66,7 @@ public interface SignPatientLabelInfoDao extends
     * @param labelCode
     * @return
     */
    @Modifying
    @Query("update SignPatientLabelInfo a set a.labelName = ?1 where a.label= ?2 and a.labelType = '4' ")
    int updateLabelName(String labelName,String labelCode);
}