Commit 7c6a9353 by 王悦

fix

parent eb8ebf92
...@@ -72,6 +72,7 @@ module.exports = (db, DataTypes) => { ...@@ -72,6 +72,7 @@ module.exports = (db, DataTypes) => {
tm_ncl_third:DataTypes.STRING(200), tm_ncl_third:DataTypes.STRING(200),
type: DataTypes.STRING, //转让类型 type: DataTypes.STRING, //转让类型
reason: DataTypes.STRING, //转让原因 reason: DataTypes.STRING, //转让原因
fail_reason: DataTypes.STRING, //失败原因
}, { }, {
paranoid: true,//假的删除 paranoid: true,//假的删除
underscored: true, underscored: true,
......
...@@ -431,7 +431,9 @@ class TrademarktransactionService extends ServiceBase { ...@@ -431,7 +431,9 @@ class TrademarktransactionService extends ServiceBase {
"platform_quoted_price", "platform_quoted_price",
"tm_start_day", "tm_start_day",
"tm_end_day", "tm_end_day",
"publish_status",
"publish_status_name", "publish_status_name",
"fail_reason",
"created_at" "created_at"
], ],
order: [["created_at", 'desc']] order: [["created_at", 'desc']]
......
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