不要怂,就是干,撸起袖子干!

Commit 82f6ec36 by pola88

set raw:true for findAllJoin

1 parent a7081a88
Showing with 1 additions and 2 deletions
......@@ -260,8 +260,7 @@ module.exports = (function() {
, mainDao;
delete result[this.options.joinTableModel.name];
mainDao = this.callee.build(result, { isNewRecord: false, isDirty: false });
mainDao = this.callee.build(result, { isNewRecord: false, isDirty: false, raw: true });
mainDao[this.options.joinTableModel.name] = joinTableDAO;
return mainDao;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!