|
|
|
|
@ -60,8 +60,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="siteType != null "> and site_type = #{siteType}</if>
|
|
|
|
|
<if test="siteName != null and siteName != ''"> and site_name like concat('%', #{siteName}, '%')</if>
|
|
|
|
|
<if test="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</if>
|
|
|
|
|
<if test="siteStartTime != null "> and site_start_time < #{siteStartTime}</if>
|
|
|
|
|
<if test="siteEndTime != null "> and site_end_time > #{siteEndTime}</if>
|
|
|
|
|
<if test="siteStartTime != null "> and site_start_time > #{siteStartTime}</if>
|
|
|
|
|
<if test="siteEndTime != null "> and site_end_time < #{siteEndTime}</if>
|
|
|
|
|
<if test="userRegisterStartTime != null "> and user_register_start_time = #{userRegisterStartTime}</if>
|
|
|
|
|
<if test="userRegisterEndTime != null "> and user_register_end_time = #{userRegisterEndTime}</if>
|
|
|
|
|
<if test="openType != null "> and open_type = #{openType}</if>
|
|
|
|
|
|