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

涉密人员统计

master
20918 11 months ago
parent 12d13d799f
commit 724b8fd09c

@ -49,6 +49,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="deptName != null and deptName != ''">
AND dept_name like concat('%', #{deptName}, '%')
</if>
<if test="framework != null and framework != ''">
AND framework = #{framework}
</if>
<if test="area != null and area != ''">
AND area = #{area}
</if>
<if test="status != null and status != ''">
AND status = #{status}
</if>

Loading…
Cancel
Save