feat:图片增加亮度

new-v20240713
wangxy 9 months ago
parent 150eab8a5f
commit 810512b77c

@ -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>

Loading…
Cancel
Save