Commit 5608f5bc by 庄冰

orderSve

parent f309b462
......@@ -1594,7 +1594,7 @@ class OrderService extends ServiceBase {
}
//获取已提交的商标信息 用作校验重复提交
var oldtms = await this.trademarkDao.model.findAll({
where:{channelOrderNum:obj.channelOrderNum,applyName:apply.applyName},
where:{channelOrderNum:obj.channelOrderNum,applyName:apply.applyName,tmName:tm.tmName,},
raw:true
});
var oldNclOneCodes = [];//已提交商标尼斯集合
......
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