1、对照库表结构修改公共日志类属性;
2、编译配置中user_region可为空,去掉不能为空的验证; 3、获取maat类型对应的表名bug修正; 4、maat配置分发到阀门;
This commit is contained in:
@@ -499,9 +499,9 @@ public class CompileVal {
|
||||
if (null == configCompile.getEndTime()) {
|
||||
return "id为" + compileId + "的编译配置中endTime不能为空";
|
||||
}
|
||||
if (null == configCompile.getUserRegion() || configCompile.getUserRegion().equals("")) {
|
||||
return "id为" + compileId + "的编译配置中userRegion不能为空";
|
||||
}
|
||||
// if (null == configCompile.getUserRegion() || configCompile.getUserRegion().equals("")) {
|
||||
// return "id为" + compileId + "的编译配置中userRegion不能为空";
|
||||
// }
|
||||
if (null == configCompile.getIsValid()) {
|
||||
return "id为" + compileId + "的编译配置中isValid不能为空";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user