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