Browse Source

handleState默认已处理

dev
liujiangyong 1 year ago
parent
commit
3d10104cc7
  1. 2
      api/app/lib/models/report.js

2
api/app/lib/models/report.js

@ -163,7 +163,7 @@ module.exports = dc => {
handleState: { handleState: {
type: DataTypes.STRING, type: DataTypes.STRING,
allowNull: true, allowNull: true,
defaultValue: null, defaultValue: '已处理',
comment: null, comment: null,
primaryKey: false, primaryKey: false,
field: "handle_state", field: "handle_state",

Loading…
Cancel
Save