修复userRegion3写成userRegion2的bug

This commit is contained in:
wangxin
2018-10-19 15:47:42 +08:00
parent bd1e9b5fb9
commit 02b7908116

View File

@@ -860,7 +860,7 @@ public class BaseController {
}
//replace_content
String userRegion3=baseIpCfg.getUserRegion3();
if(StringUtils.isBlank(userRegion2)) {
if(StringUtils.isBlank(userRegion3)) {
errInfo.append(String.format(prop.getProperty("can_not_null"), prop.getProperty("replace_content"))+";");
}
}