ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ltkj-hosp/src/main/resources/mapper/hosp/TjReservationMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java
@@ -52,7 +52,7 @@ " AND fcard_no = #{pacCode}" + "</when>" + " <when test='pacName!=null'>" + " AND pat_name = #(pacName}" + " AND pat_name = #{pacName}" + "</when>" + " <when test='pacRemark!=null'>" + " AND mobile = #{pacRemark}" + ltkj-hosp/src/main/resources/mapper/hosp/TjReservationMapper.xml
@@ -88,6 +88,7 @@ <if test="isExpire != null ">and is_expire = #{isExpire}</if> and deleted = '0' </where> ORDER BY create_time desc </select>