|
|
|
@ -386,7 +386,7 @@ public class SignInAccountServiceImpl implements SignInAccountService, Applicati
|
|
|
|
|
"company_phone", "suburb", "postcode", "state", "contact_person", "contact_phone", "contact_email", "short_name", "logo_url", "enable_refund",
|
|
|
|
|
"enable_refund_auth", "retail_surcharge", "require_custinfo", "require_remark", "logo_thumbnail", "creator", "create_time", "approver",
|
|
|
|
|
"approve_result", "approve_time", "timezone", "has_children", "source", "customer_surcharge_rate", "enable_alipay", "enable_wechat",
|
|
|
|
|
"enable_bestpay", "manual_settle", "skip_clearing" };
|
|
|
|
|
"enable_bestpay", "manual_settle", "skip_clearing" ,"mail_confirm"};
|
|
|
|
|
for (String col : columns) {
|
|
|
|
|
simpleClient.put(col, client.get(col));
|
|
|
|
|
}
|
|
|
|
|