lrf 2 tahun lalu
induk
melakukan
b9e53d92e0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: '银行卡所属' }, //