|
@@ -39,6 +39,9 @@
|
|
|
<if test="param.sourceType != null">
|
|
<if test="param.sourceType != null">
|
|
|
AND cbl.source_type = #{param.sourceType}
|
|
AND cbl.source_type = #{param.sourceType}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="param.groupId != null">
|
|
|
|
|
+ AND cbl.group_id = #{param.groupId}
|
|
|
|
|
+ </if>
|
|
|
<if test="param.createTime != null and param.createTime.length == 2">
|
|
<if test="param.createTime != null and param.createTime.length == 2">
|
|
|
AND cbl.create_time between #{param.createTime[0]} and #{param.createTime[1]}
|
|
AND cbl.create_time between #{param.createTime[0]} and #{param.createTime[1]}
|
|
|
</if>
|
|
</if>
|
|
@@ -63,6 +66,9 @@
|
|
|
<if test="param.sourceType != null">
|
|
<if test="param.sourceType != null">
|
|
|
AND cbl.source_type = #{param.sourceType}
|
|
AND cbl.source_type = #{param.sourceType}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="param.groupId != null">
|
|
|
|
|
+ AND cbl.group_id = #{param.groupId}
|
|
|
|
|
+ </if>
|
|
|
<if test="param.createTime != null and param.createTime.length == 2">
|
|
<if test="param.createTime != null and param.createTime.length == 2">
|
|
|
AND cbl.create_time between #{param.createTime[0]} and #{param.createTime[1]}
|
|
AND cbl.create_time between #{param.createTime[0]} and #{param.createTime[1]}
|
|
|
</if>
|
|
</if>
|