jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/room/RoomMapper.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/room/RoomMapper.java
@@ -36,7 +36,7 @@ @Update("<script> " + "update lihu.clinic_room set status=#{newStatus}, doc_id=null, doc_name=null " + " where 1 = 1 " + " where deleted = 0 " + "</script>") Integer resetRoom(@Param("newStatus") Integer newStatus);