Commit c8c10a13 by 孙亚楠

d

parent b89faf43
...@@ -38,6 +38,7 @@ class MerchantaccountCtl extends CtlBase { ...@@ -38,6 +38,7 @@ class MerchantaccountCtl extends CtlBase {
item.available_amount = system.f2y(item.available_amount); item.available_amount = system.f2y(item.available_amount);
item.balance_amount = system.f2y(item.balance_amount); item.balance_amount = system.f2y(item.balance_amount);
} }
return page;
} catch (error) { } catch (error) {
return system.getResult(null, `系统错误 错误信息 ${error}`); return system.getResult(null, `系统错误 错误信息 ${error}`);
} }
......
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