①修复后台跳转参数缺少等号

②调整IP类配置界面修改/删除在配置管理界面,审核相关在审核界面
This commit is contained in:
wangxin
2018-03-07 11:30:37 +08:00
parent 599526a5f6
commit 6ab3e2df86
8 changed files with 124 additions and 45 deletions

View File

@@ -162,5 +162,9 @@
</set>
where id = #{id,jdbcType=BIGINT} and is_audit !=1
</update>
<select id="findAllList" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from request_info
</select>
</mapper>