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/bc5a46f03bf7fcc34ef4f198a72ed8c1deeda244?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:密品修改

hangao
wangxy 5 months ago
parent 41949122c0
commit bc5a46f03b

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