修复userRegion3写成userRegion2的bug
This commit is contained in:
@@ -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"))+";");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user