zjh
2023-12-26 af4a5b03433cd25bbf824f0b2daa14eba5e57287
zjh 本地 2023/12/26 -3
2个文件已修改
3 ■■■■ 已修改文件
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ltkj-hosp/src/main/resources/mapper/hosp/TjReservationMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | 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>