浏览代码

标签接口修改

lyr 8 年之前
父节点
当前提交
8bbe0a8edb

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