ww664853070 2 years ago
parent
commit
15871ba474
  1. 4
      api/app/lib/models/report.js

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

@ -187,13 +187,13 @@ module.exports = dc => {
field: "handle_state", field: "handle_state",
autoIncrement: false autoIncrement: false
}, },
routeCode: { codeRoad: {
type: DataTypes.STRING, type: DataTypes.STRING,
allowNull: true, allowNull: true,
defaultValue: null, defaultValue: null,
comment: null, comment: null,
primaryKey: false, primaryKey: false,
field: "route_code", field: "code_road",
autoIncrement: false autoIncrement: false
}, },
performerId: { performerId: {

Loading…
Cancel
Save