Commit 5421a386 by 庄冰

youke

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