lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
ac70d71eb7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/model/race/matchSign.js

+ 1 - 1
app/model/race/matchSign.js

@@ -6,7 +6,7 @@ const metaPlugin = require('naf-framework-mongoose-free/lib/model/meta-plugin');
 const match_sign = {
   match_id: { type: String, required: true, zh: '赛事id', ref: 'Match', getProp: [ 'name' ] }, // 比赛信息中的名称
   group_id: { type: String, required: true, zh: '组别id', ref: 'MatchGroup', getProp: [ 'name' ] }, // 赛事组别中的名称
-  project_id: { type: String, required: true, zh: '项目id', ref: 'MatchGroup', getProp: [ 'name' ] }, // 组别项目中的名称
+  project_id: { type: String, required: true, zh: '项目id', ref: 'MatchProject', getProp: [ 'name' ] }, // 组别项目中的名称
   user_id: { type: String, required: true, zh: '用户id' }, //
   is_share: { type: Boolean, required: false, zh: '是否转发' }, //
   pay_id: { type: String, required: false, zh: '账单id', ref: 'PayOrder' }, //