Commit c8de1275 authored by yanzg's avatar yanzg

修改实体位置

parent 4274bfcc
......@@ -397,6 +397,11 @@ public abstract class BaseDaoImpl extends BaseDaoSql implements BaseDao {
return model;
}
// 对查询条件进行初始化
if (model instanceof InitDaoQuery) {
((InitDaoQuery) model).initCond();
}
// 获取来源主键
Object from = model;
String key = this.getInputKey(from);
......
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