Commit 9722869c by 任晓松

sync need business

parent 59fdf874
......@@ -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,
......
......@@ -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
......
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