Commit e9921192 by 王昆

Merge branch 'xgg-admin-dev' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-admin-dev

parents 2c6d7eab 07be8204
...@@ -90,6 +90,7 @@ class BusinessmenCtl extends CtlBase { ...@@ -90,6 +90,7 @@ class BusinessmenCtl extends CtlBase {
} }
try { try {
pobj.service_rate = system.y2f(pobj.service_rate); pobj.service_rate = system.y2f(pobj.service_rate);
pobj.tax_rate = system.y2f(pobj.tax_rate); pobj.tax_rate = system.y2f(pobj.tax_rate);
......
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