Commit ccf5d793 by 庄冰

channel

parent 0b547a13
......@@ -903,9 +903,9 @@ class OrderTmProductService extends ServiceBase {
if(ordertmproduct.deliveryStatus!="dqrfa"){
return system.getResultFail(-105, "方案确认失败,该方案交付状态为"+ordertmproduct.deliveryStatusName);
}
if(ordertmproduct.channelUserId!=channelUserId){
return system.getResultFail(-105, "方案确认失败,只能确认自己的商标方案");
}
// if(ordertmproduct.channelUserId!=channelUserId){
// return system.getResultFail(-105, "方案确认失败,只能确认自己的商标方案");
// }
return await self.db.transaction(async function (t) {
var otpObj = {id:ordertmproduct.id};
if(isConfirm=="0"){
......
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