Commit 0ec3cc10 by 高宇强

gyq

parent 45d31ca0
...@@ -15,8 +15,8 @@ module.exports = (db, DataTypes) => { ...@@ -15,8 +15,8 @@ module.exports = (db, DataTypes) => {
type: DataTypes.STRING type: DataTypes.STRING
}, },
status_date: { // 状态日期 status_date: { // 状态日期
allowNull: false, allowNull: true,
type: DataTypes.DATATIME type: DataTypes.DATE
}, },
status_code: { // 流转状态 status_code: { // 流转状态
allowNull: false, allowNull: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment