zhaowenxuan
2024-05-24 4b3bc0db42b5f57b2422247ec73eb96d4f1ba7c4
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>