4.x就绪

This commit is contained in:
ap 2021-11-26 17:13:08 +08:00
parent 489bfaa0f7
commit d503108cb6

View File

@ -18,7 +18,7 @@ import { DemoGoodsEntity } from './goods';
type: 'innerJoin', type: 'innerJoin',
}, },
], ],
other: async (find: SelectQueryBuilder<DemoCrudEntity>) => { extend: async (find: SelectQueryBuilder<DemoCrudEntity>) => {
find.groupBy('a.id'); find.groupBy('a.id');
}, },
}, },