①修复后台跳转参数缺少等号
②调整IP类配置界面修改/删除在配置管理界面,审核相关在审核界面
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user