修改拦截证书策略模块 拦截类型修改失败bug

清表sql增加证书表清楚
ip白名单列表详情去掉方向和协议
This commit is contained in:
duandongmei
2018-08-30 09:48:04 +08:00
parent de8a82103b
commit 8b48aa4a50
6 changed files with 14 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ public class PxyObjKeyringController extends BaseController {
MultipartFile privateKeyFileI,
MultipartFile publicKeyFileI,
RedirectAttributes redirectAttributes){
File file = null;
File file = null;
try{
if(publicKeyFileI != null) {
// 获取公钥信息

View File

@@ -247,6 +247,9 @@
<if test="cfgDesc != null and cfgDesc != ''" >
cfg_desc = #{cfgDesc,jdbcType=VARCHAR},
</if>
<if test="cfgType != null and cfgDesc != ''" >
cfg_type = #{cfgType,jdbcType=VARCHAR},
</if>
<if test="compileId != null " >
compile_Id = #{compileId,jdbcType=VARCHAR},
</if>