zhaowenxuan
2024-05-29 a6ae7c44fccca62e535c763aae0e599d2f3f73b0
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>