From c0c3bbcbbab2fde5a29b3557266468dad576ba65 Mon Sep 17 00:00:00 2001 From: wangxin Date: Wed, 4 Jul 2018 14:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dip=E9=85=8D=E7=BD=AE=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=8D=8F=E8=AE=AE=E6=8F=90=E7=A4=BA=E4=B8=BA=E6=96=B9?= =?UTF-8?q?=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/nis/web/controller/BaseController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/nis/web/controller/BaseController.java b/src/main/java/com/nis/web/controller/BaseController.java index 60915cc9a..0ea4d30ad 100644 --- a/src/main/java/com/nis/web/controller/BaseController.java +++ b/src/main/java/com/nis/web/controller/BaseController.java @@ -658,7 +658,7 @@ public class BaseController { //protocol check start Integer protocol= value.getProtocol(); if(protocol==null){ - errInfo.append(String.format(prop.getProperty("can_not_null"), prop.getProperty("direction"))+";"); + errInfo.append(String.format(prop.getProperty("can_not_null"), prop.getProperty("protocol"))+";"); } //protocol check end // requestId check start