|
|
|
@ -120,8 +120,8 @@ |
|
|
|
|
<if test="postingTime != null and postingTime != '' and postingTime != 'null' and postingTime != '99'"> |
|
|
|
|
and t.posting_time = #{postingTime} |
|
|
|
|
</if> |
|
|
|
|
<if test="imageId != null and imageId != '' and imageId != 'null' and imageId != '99'"> |
|
|
|
|
and t.image_id = #{imageId} |
|
|
|
|
<if test="imageNumber != null and imageNumber != '' and imageNumber != 'null' and imageNumber != '99'"> |
|
|
|
|
and t.image_id = #{imageNumber} |
|
|
|
|
</if> |
|
|
|
|
</select> |
|
|
|
|
</mapper> |
|
|
|
|