@ -531,7 +531,7 @@ async function exportData(ctx) {
key: 'userActiveStatus',
}, {
title: '绩点',
key: 'point',
key: 'gradePoint',
title: '归属机构',
key: 'userOrganization',
@ -212,6 +212,15 @@ module.exports = dc => {
primaryKey: false,
field: "technical_grade",
autoIncrement: false
},
gradePoint: {
type: DataTypes.STRING,
allowNull: true,
defaultValue: null,
comment: "绩点",
field: "grade_point",
}
tableName: "member",