Commit 993e90ee authored by yanzg's avatar yanzg

修改实体位置

parent 8560a9f6
...@@ -657,7 +657,7 @@ public abstract class BaseDaoImpl extends BaseDaoSql implements BaseDao { ...@@ -657,7 +657,7 @@ public abstract class BaseDaoImpl extends BaseDaoSql implements BaseDao {
public <T extends Object> String setGroupId(T model) { public <T extends Object> String setGroupId(T model) {
// 判断前台实体 // 判断前台实体
if (model == null) { if (model == null) {
return; return StringHelper.EMPTY;
} }
String md5Field = this.table.getTable().getMD5KeyName(); String md5Field = this.table.getTable().getMD5KeyName();
......
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