Commit 21ce1b8e by 王勇飞

Merge branch 'tx-fi-tax' of gitlab.gongsibao.com:jiangyong/zhichan into tx-fi-tax

parents 7e4c8f1e 5689013f
...@@ -12,7 +12,7 @@ module.exports = (db, DataTypes) => { ...@@ -12,7 +12,7 @@ module.exports = (db, DataTypes) => {
}, },
operator: { // 操作人 operator: { // 操作人
allowNull: true, allowNull: true,
type: DataTypes.STRING type: DataTypes.JSON
}, },
operation_type: { // 操作类型 operation_type: { // 操作类型
allowNull: true, allowNull: true,
......
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