|
|
|
@ -320,7 +320,7 @@ public class SignInAccountServiceImpl implements SignInAccountService, Applicati
|
|
|
|
|
"company_name", "address","business_name","business_structure", "abn","acn","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"};
|
|
|
|
|
"has_children", "source", "customer_surcharge_rate", "enable_alipay", "enable_wechat", "enable_bestpay","manual_settle"};
|
|
|
|
|
for (String col : columns) {
|
|
|
|
|
simpleClient.put(col, client.get(col));
|
|
|
|
|
}
|
|
|
|
|