Commit 66e730cb by wkliang

mq

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