|
@@ -18,6 +18,7 @@ export enum OrderType {
|
|
|
|
|
|
|
|
@Entity()
|
|
@Entity()
|
|
|
@Index('idx_agent_date_type', ['agentId', 'createdAt', 'incomeType'])
|
|
@Index('idx_agent_date_type', ['agentId', 'createdAt', 'incomeType'])
|
|
|
|
|
+@Index('idx_user_date', ['userId', 'createdAt'])
|
|
|
@Index('idx_del_flag', ['delFlag'])
|
|
@Index('idx_del_flag', ['delFlag'])
|
|
|
@Index('idx_status', ['status'])
|
|
@Index('idx_status', ['status'])
|
|
|
export class IncomeRecords {
|
|
export class IncomeRecords {
|