无关风月
2025-06-06 31755963171a6c7b7fdc286d83882daac6d9310b
cloud-server-other/src/main/resources/mapper/SiteBookingMapper.xml
@@ -41,6 +41,7 @@
            <if test="sTime !=null and sTime!= '' and eTime !=null and eTime!= ''">
                and t1.insertTime between #{sTime} and #{eTime}
            </if>
        and t1.status !=0 and t1.status !=5
        </where>
    </select>
    <select id="queryByCode" resultType="java.lang.Integer">