Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/6903aea622afed58b9b603ae5ea7bbf5c5037896?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:修改

new-exam
wangxy 5 months ago
parent 9345434ed9
commit 6903aea622

@ -40,6 +40,9 @@
<if test="name!=null and name!=''">
AND name LIKE concat('%',#{name},'%')
</if>
<if test="useId!=null and useId!=''">
AND use_id = #{useId}
</if>
</trim>
ORDER BY create_time DESC
</select>

Loading…
Cancel
Save