|
|
@ -116,7 +116,7 @@
|
|
|
|
<if test="workTitle != null and workTitle != ''">
|
|
|
|
<if test="workTitle != null and workTitle != ''">
|
|
|
|
AND work_title like concat('%', #{workTitle}, '%')
|
|
|
|
AND work_title like concat('%', #{workTitle}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
AND status = '0'
|
|
|
|
AND status = '0' AND img_url is NOT NULL
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
order by create_time desc limit 5
|
|
|
|
order by create_time desc limit 5
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|