lrf 2 gadi atpakaļ
vecāks
revīzija
b9e53d92e0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/model/shop/shopCashOut.js

+ 1 - 1
app/model/shop/shopCashOut.js

@@ -8,7 +8,7 @@ const MoneyPlugin = require('naf-framework-mongoose-free/lib/model/type-money-pl
 const shopCashOut = {
   shop: { type: String, required: false, zh: '店铺', ref: 'Shop.Shop' }, //
   apply_time: { type: String, required: false, zh: '申请时间' }, //
-  deal_person: { type: String, required: false, zh: '审核处理人' }, //
+  deal_person: { type: String, required: false, zh: '审核处理人', ref: 'User.admin' }, //
   exam_time: { type: String, required: false, zh: '审核时间' }, //
   card: { type: String, required: false, zh: '银行卡号' }, //
   card_name: { type: String, required: false, zh: '银行卡所属' }, //