Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/810512b77c82ae552eacbbbd8ff1c7e473802b77?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

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