Commit c69884c8 by zhangdaihao

JeecgBoot 2.1.1 代码生成器AI版本发布

parent 5e2eba86
...@@ -120,6 +120,13 @@ public class MybatisInterceptor implements Interceptor { ...@@ -120,6 +120,13 @@ public class MybatisInterceptor implements Interceptor {
parameter = p.get("param1"); parameter = p.get("param1");
} }
//update-end-author:scott date:20190729 for:批量更新报错issues/IZA3Q- //update-end-author:scott date:20190729 for:批量更新报错issues/IZA3Q-
//update-begin-author:scott date:20190729 for:更新指定字段时报错 issues/#516-
if (parameter == null) {
return invocation.proceed();
}
//update-end-author:scott date:20190729 for:更新指定字段时报错 issues/#516-
fields = oConvertUtils.getAllFields(parameter); fields = oConvertUtils.getAllFields(parameter);
} else { } else {
fields = oConvertUtils.getAllFields(parameter); fields = oConvertUtils.getAllFields(parameter);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment