wangzhibo
5 天以前 50e5cdbaceee71f000341a434620d10a87b582f5
src/modules/order/controller/app/info.ts
@@ -12,7 +12,7 @@
  entity: OrderInfoEntity,
  service: OrderInfoService,
  pageQueryOp: {
    fieldEq: ['status'],
    fieldEq: ['status','userId'],
    where: ctx => {
      return [
        // 过滤用户ID
@@ -37,6 +37,7 @@
      remark: string;
      title: string;
      couponId: number;
      payType?: number;
    }
  ) {
    return this.ok(