Commit c0b95ce5 by zhaoxiqing

gsb

parent ad7f962d
...@@ -166,9 +166,9 @@ class ChannelApi { ...@@ -166,9 +166,9 @@ class ChannelApi {
if(!queryobj.channel_id){ if(!queryobj.channel_id){
return system.getResultFail(-1, "channel_id不能为空"); return system.getResultFail(-1, "channel_id不能为空");
} }
if(!queryobj.origin_id){ // if(!queryobj.origin_id){
return system.getResultFail(-1, "origin_id不能为空"); // return system.getResultFail(-1, "origin_id不能为空");
} // }
if(!queryobj.merchant_name){ if(!queryobj.merchant_name){
return system.getResultFail(-1, "merchant_name不能为空"); return system.getResultFail(-1, "merchant_name不能为空");
} }
...@@ -192,6 +192,7 @@ class ChannelApi { ...@@ -192,6 +192,7 @@ class ChannelApi {
return system.getResultFail(-1, "origin_merchant_name不能为空"); return system.getResultFail(-1, "origin_merchant_name不能为空");
} }
} }
queryobj.origin_id = 10000;
return await this.channelService.merchantSaves(queryobj); return await this.channelService.merchantSaves(queryobj);
} catch (e) { } catch (e) {
console.log(e); console.log(e);
......
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