Commit 66e730cb by wkliang

mq

parent a48e7fea
...@@ -11,7 +11,6 @@ class TrademarkcaseService extends ServiceBase { ...@@ -11,7 +11,6 @@ class TrademarkcaseService extends ServiceBase {
} }
async createOrUpdate (params) { async createOrUpdate (params) {
console.log(params)
let isOrder = undefined let isOrder = undefined
if (params.orderId) { if (params.orderId) {
isOrder = await this.dao.findOne({ orderId: params.orderId }) isOrder = await this.dao.findOne({ orderId: params.orderId })
...@@ -71,7 +70,6 @@ class TrademarkcaseService extends ServiceBase { ...@@ -71,7 +70,6 @@ class TrademarkcaseService extends ServiceBase {
} }
async getCase (id) { async getCase (id) {
console.log(this.dao)
let query = { let query = {
where: { where: {
caseId: id caseId: id
...@@ -114,7 +112,7 @@ class TrademarkcaseService extends ServiceBase { ...@@ -114,7 +112,7 @@ class TrademarkcaseService extends ServiceBase {
pushUrl: this.qfurl, pushUrl: this.qfurl,
actionType: req.actionType, actionType: req.actionType,
notifyUrl: "", notifyUrl: "",
identifyCode: "tx-test01", identifyCode: "tmReDeliver",
messageBody: req.actionBody, messageBody: req.actionBody,
headData: { token } headData: { token }
} }
...@@ -162,7 +160,7 @@ class TrademarkcaseService extends ServiceBase { ...@@ -162,7 +160,7 @@ class TrademarkcaseService extends ServiceBase {
pushUrl: this.qfurl, pushUrl: this.qfurl,
actionType: req.actionType, actionType: req.actionType,
notifyUrl: "", notifyUrl: "",
identifyCode: "tx-test01", identifyCode: "tmReDeliver",
messageBody: req.actionBody, messageBody: req.actionBody,
headData: { token } headData: { token }
} }
...@@ -185,7 +183,7 @@ class TrademarkcaseService extends ServiceBase { ...@@ -185,7 +183,7 @@ class TrademarkcaseService extends ServiceBase {
tradeType: data.tradeType, tradeType: data.tradeType,
applicantName: data.v_applicantName, applicantName: data.v_applicantName,
usccode: data.usccode, usccode: data.usccode,
agentname: data.agentName agentName: data.agentName
} }
datat.apply = apply datat.apply = apply
datat.applyUser = data.applicant datat.applyUser = data.applicant
......
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