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
9722869c
Commit
9722869c
authored
Mar 04, 2021
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync need business
parent
59fdf874
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
center-order/app/base/db/models/dbneed/needinfofq.js
+3
-3
center-order/app/base/service/impl/dbneed/opneedinfoSve.js
+0
-3
No files found.
center-order/app/base/db/models/dbneed/needinfofq.js
View file @
9722869c
...
...
@@ -5,10 +5,10 @@ module.exports = (db, DataTypes) => {
return
db
.
define
(
"needinfofq"
,
{
sourceCode
:
DataTypes
.
STRING
(
128
),
//来源code )idempotent_source
channelNeedNo
:
DataTypes
.
STRING
(
128
),
//渠道需求号(页面中列表中显示该需求号)
publishContent
:
DataTypes
.
STRING
,
//发布内容
publishContent
:
DataTypes
.
TEXT
,
//发布内容
publishMobile
:
DataTypes
.
STRING
,
//发布者手机号
followContent
:
DataTypes
.
JSON
,
//跟进内容
notes
:
DataTypes
.
STRING
,
//备注
followContent
:
DataTypes
.
TEXT
,
//跟进内容
notes
:
DataTypes
.
TEXT
,
//备注
disposeNotes
:
DataTypes
.
STRING
,
//处理的备注
statusName
:
DataTypes
.
STRING
,
status
:
DataTypes
.
INTEGER
,
...
...
center-order/app/base/service/impl/dbneed/opneedinfoSve.js
View file @
9722869c
...
...
@@ -451,10 +451,7 @@ class NeedinfoService extends ServiceBase {
channelNeedNo
:
fqNeed
.
channelNeedNo
,
city
:
fqNeed
.
city
,
province
:
fqNeed
.
province
,
publishContent
:
fqNeed
.
publishContent
,
publishMobile
:
fqNeed
.
publishMobile
,
notes
:
fqNeed
.
notes
,
followContent
:
fqNeed
.
followContent
,
disposeNotes
:
fqNeed
.
disposeNotes
,
typeCode
:
fqNeed
.
typeCode
,
created_at
:
fqNeed
.
created_at
...
...
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