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">