|
|
|
@ -345,14 +345,15 @@ |
|
|
|
|
<!-- <if test="postingTime != null and postingTime != '' and postingTime != 'null' and postingTime != '99'">--> |
|
|
|
|
<!-- and t.posting_time = #{postingTime}--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<if test="postingTime != null and postingTime != '' and postingTime != 'null' and postingTime != '99'"> |
|
|
|
|
and posting_time = #{postingTime} |
|
|
|
|
<if test="postingTimeStart != null and postingTimeStart != '' and postingTimeStart != 'null' and postingTimeStart != '99' |
|
|
|
|
postingTimeEnd != null and postingTimeEnd != '' and postingTimeEnd != 'null' and postingTimeEnd != '99'"> |
|
|
|
|
and posting_time between #{postingTimeStart} and #{postingTimeEnd} |
|
|
|
|
</if> |
|
|
|
|
<!-- <if test="imageId != null and imageId != '' and imageId != 'null' and imageId != '99'">--> |
|
|
|
|
<!-- and t.image_id = #{imageId}--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<if test="imageId != null and imageId != '' and imageId != 'null' and imageId != '99'"> |
|
|
|
|
and image_id = #{imageId} |
|
|
|
|
<if test="imageNumber != null and imageNumber != '' and imageId != 'null' and imageNumber != '99'"> |
|
|
|
|
and image_id = #{imageNumber} |
|
|
|
|
</if> |
|
|
|
|
<!-- <if test="accountPeriod != null and accountPeriod != '' and accountPeriod != 'null' and accountPeriod != '99'">--> |
|
|
|
|
<!-- and t.account_period = #{accountPeriod}--> |
|
|
|
|