<iftest="query.bizRegionPath != null and query.bizRegionPath != ''"> and `bms_channel_point`.`biz_region_path` like concat('%',#{query.bizRegionPath},'%') </if>
<iftest="query.bizRegionPathIds != null and query.bizRegionPathIds != ''"> and `bms_channel_point`.`biz_region_path_ids` = #{query.bizRegionPathIds}</if>
<iftest="query.remark != null and query.remark != ''"> and `bms_channel_point`.`remark` = #{query.remark}</if>
<iftest="query.createTime != null"> and `bms_channel_point`.`create_time` = #{query.createTime}</if>
<iftest="query.updateTime != null"> and `bms_channel_point`.`update_time` = #{query.updateTime}</if>
<iftest="query.selectStartTime != null"> and `bms_channel_point`.`create_time` >= #{query.selectStartTime}</if>
<iftest="query.selectEndTime != null"> and `bms_channel_point`.`create_time` <= #{query.selectEndTime}</if>
<iftest="query.tenantId != null and query.tenantId != ''"> and `bms_channel_point`.`tenant_id` = #{query.tenantId}</if>
<iftest="query.createBy != null and query.createBy != ''"> and `bms_channel_point`.`create_by` = #{query.createBy}</if>
<iftest="query.updateBy != null and query.updateBy != ''"> and `bms_channel_point`.`update_by` = #{query.updateBy}</if>
@ -223,6 +223,8 @@
<iftest="query.bizRegionPath != null and query.bizRegionPath != ''"> and `bms_channel_point`.`biz_region_path` like concat('%',#{query.bizRegionPath},'%') </if>
<iftest="query.bizRegionPathIds != null and query.bizRegionPathIds != ''"> and `bms_channel_point`.`biz_region_path_ids` = #{query.bizRegionPathIds}</if>
<iftest="query.remark != null and query.remark != ''"> and `bms_channel_point`.`remark` = #{query.remark}</if>
<iftest="query.selectStartTime != null"> and `bms_channel_point`.`create_time` >= #{query.selectStartTime}</if>
<iftest="query.selectEndTime != null"> and `bms_channel_point`.`create_time` <= #{query.selectEndTime}</if>
</where>
ORDER BY
bms_channel_point.id
@ -282,6 +284,8 @@
<iftest="query.bizRegionPath != null and query.bizRegionPath != ''"> and `bms_channel_point`.`biz_region_path` like concat('%',#{query.bizRegionPath},'%') </if>
<iftest="query.bizRegionPathIds != null and query.bizRegionPathIds != ''"> and `bms_channel_point`.`biz_region_path_ids` = #{query.bizRegionPathIds}</if>
<iftest="query.remark != null and query.remark != ''"> and `bms_channel_point`.`remark` = #{query.remark}</if>
<iftest="query.selectStartTime != null"> and `bms_channel_point`.`create_time` >= #{query.selectStartTime}</if>
<iftest="query.selectEndTime != null"> and `bms_channel_point`.`create_time` <= #{query.selectEndTime}</if>
</where>
ORDER BY
bms_channel_point.id
@ -322,6 +326,8 @@
<iftest="query.bizRegionPath != null and query.bizRegionPath != ''"> and `bms_channel_point`.`biz_region_path` like concat('%',#{query.bizRegionPath},'%') </if>
<iftest="query.bizRegionPathIds != null and query.bizRegionPathIds != ''"> and `bms_channel_point`.`biz_region_path_ids` = #{query.bizRegionPathIds}</if>
<iftest="query.remark != null and query.remark != ''"> and `bms_channel_point`.`remark` = #{query.remark}</if>
<iftest="query.selectStartTime != null"> and `bms_channel_point`.`create_time` >= #{query.selectStartTime}</if>
<iftest="query.selectEndTime != null"> and `bms_channel_point`.`create_time` <= #{query.selectEndTime}</if>
</where>
limit #{rowInfo.startIndex},#{rowInfo.size}
</select>
@ -359,6 +365,8 @@
<iftest="query.bizRegionPath != null and query.bizRegionPath != ''"> and `bms_channel_point`.`biz_region_path` like concat('%',#{query.bizRegionPath},'%') </if>
<iftest="query.bizRegionPathIds != null and query.bizRegionPathIds != ''"> and `bms_channel_point`.`biz_region_path_ids` = #{query.bizRegionPathIds}</if>
<iftest="query.remark != null and query.remark != ''"> and `bms_channel_point`.`remark` = #{query.remark}</if>
<iftest="query.selectStartTime != null"> and `bms_channel_point`.`create_time` >= #{query.selectStartTime}</if>
<iftest="query.selectEndTime != null"> and `bms_channel_point`.`create_time` <= #{query.selectEndTime}</if>