Commit 7704bd18 by 王昆

gsb

parent 037c8a10
...@@ -162,13 +162,13 @@ class SaasMerchantService extends ServiceBase { ...@@ -162,13 +162,13 @@ class SaasMerchantService extends ServiceBase {
merchant.contact_email = this.trim(params.contact_email); merchant.contact_email = this.trim(params.contact_email);
merchant.contact_addr = this.trim(params.contact_addr); merchant.contact_addr = this.trim(params.contact_addr);
channel.term = term; merchant.term = term;
if(term_end) { if(term_end) {
channel.term_end = term_end; merchant.term_end = term_end;
} }
channel.validity = validity; merchant.validity = validity;
if(validity_end) { if(validity_end) {
channel.validity_end = validity_end; merchant.validity_end = validity_end;
} }
let self = this; let self = this;
......
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