Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
7c6a9353
Commit
7c6a9353
authored
Sep 09, 2021
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
eb8ebf92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
center-tmtransaction/app/base/db/models/tm/trademarktransaction.js
+1
-0
center-tmtransaction/app/base/service/impl/tm/trademarktransactionSve.js
+2
-0
No files found.
center-tmtransaction/app/base/db/models/tm/trademarktransaction.js
View file @
7c6a9353
...
...
@@ -72,6 +72,7 @@ module.exports = (db, DataTypes) => {
tm_ncl_third
:
DataTypes
.
STRING
(
200
),
type
:
DataTypes
.
STRING
,
//转让类型
reason
:
DataTypes
.
STRING
,
//转让原因
fail_reason
:
DataTypes
.
STRING
,
//失败原因
},
{
paranoid
:
true
,
//假的删除
underscored
:
true
,
...
...
center-tmtransaction/app/base/service/impl/tm/trademarktransactionSve.js
View file @
7c6a9353
...
...
@@ -431,7 +431,9 @@ class TrademarktransactionService extends ServiceBase {
"platform_quoted_price"
,
"tm_start_day"
,
"tm_end_day"
,
"publish_status"
,
"publish_status_name"
,
"fail_reason"
,
"created_at"
],
order
:
[[
"created_at"
,
'desc'
]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment