zhaowenxuan
2024-10-18 74eb4efe4e23adac4e7a0b7483425243ccb63a61
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>