Commit 5421a386 by 庄冰

youke

parent 4002583e
...@@ -523,7 +523,7 @@ class TrademarkService extends ServiceBase { ...@@ -523,7 +523,7 @@ class TrademarkService extends ServiceBase {
} else { } else {
pushObj["opNotes"] = "已提交"; pushObj["opNotes"] = "已提交";
} }
if (tm.tmSourceType == "1024") {//center-channel if (tm.tmSourceType == "1024" || tm.tmSourceType == "2048" || tm.tmSourceType == "4096") {//center-channel
var channelPushObj = { var channelPushObj = {
orderNo: tm.channelOrderNum, orderNo: tm.channelOrderNum,
tbCode: keyCode, tbCode: keyCode,
...@@ -618,7 +618,7 @@ class TrademarkService extends ServiceBase { ...@@ -618,7 +618,7 @@ class TrademarkService extends ServiceBase {
channelOrderNum: tm.channelOrderNum, channelOrderNum: tm.channelOrderNum,
tmRegistNum: code tmRegistNum: code
} }
if (tm.tmSourceType == "1024") {//center-channel if (tm.tmSourceType == "1024" || tm.tmSourceType == "2048" || tm.tmSourceType == "4096") {//center-channel
var channelPushObj = { var channelPushObj = {
orderNo: tm.channelOrderNum, orderNo: tm.channelOrderNum,
tbCode: proxyCode, tbCode: proxyCode,
......
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