Commit e26c58ce by 宋毅

youke

parent 5ffbd5c7
......@@ -623,7 +623,7 @@ class orderCtl extends CtlBase {
if (order && order.channelCode) {
var judgeRes = this.trademarkSve.dao.judgeChannelCode(order.channelCode);
if(judgeRes){
if(order.channelCode=="gsbh5"){
if(order.channelCode=="gsbh5" || order.channelCode=="youke"){
await this.channelreceiveSve.pushChannelAssistTmData(order.orderNum, order.channelCode,channelorder.data);//推送数据
}else{
await this.service.pushChannelAssistTmData(order.orderNum, order.channelCode);//推送数据
......@@ -708,7 +708,7 @@ class orderCtl extends CtlBase {
if (order && order.channelCode) {
var judgeRes = this.trademarkSve.dao.judgeChannelCode(order.channelCode);
if(judgeRes){
if(order.channelCode=="gsbh5"){
if(order.channelCode=="gsbh5" || order.channelCode=="youke"){
await this.channelreceiveSve.pushEditChannelAssistTmData(order.orderNum, order.channelCode,channelorder.data);//推送修改数据
}else{
await this.service.pushEditChannelAssistTmData(order.orderNum, order.channelCode);//推送修改数据
......
......@@ -169,7 +169,7 @@ class TrademarkCtl extends CtlBase {
}//阿里的商标,则直接推送到阿里---状态:已提交阿里(待支付)
// if (item.tmSourceType == "64") {
if (judgeRes) {
if(item.tmSourceType=="1024"){//center-channel
if(item.tmSourceType=="1024" || item.tmSourceType=="2048" ){//center-channel
var pushObj={
orderNo:item.channelOrderNum,
tbCode:item.proxyCode,
......
......@@ -258,7 +258,7 @@ class TmFlowService extends ServiceBase {
officialFileName:fileName + "_" + tm.tmName + "_" + tm.nclOneCodes + "." + fileType,
officialFileUrl:objItem.url,
};
if(tm.tmSourceType=="1024"){//center-channel
if(tm.tmSourceType=="1024" || tm.tmSourceType=="2048" ){//center-channel
var channelPushObj={
orderNo:tm.channelOrderNum,
tbCode:tm.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