Commit 07be8204 by 孙亚楠

dd

parent dd79b928
...@@ -88,6 +88,7 @@ class BusinessmenCtl extends CtlBase { ...@@ -88,6 +88,7 @@ class BusinessmenCtl extends CtlBase {
if (!pobj.hasOwnProperty('tax_rate') || !pobj.tax_rate || isNaN(pobj.tax_rate)) { if (!pobj.hasOwnProperty('tax_rate') || !pobj.tax_rate || isNaN(pobj.tax_rate)) {
return system.getResult(null, `参数错误 含税价百分比不能为空并且必须为数字`); return system.getResult(null, `参数错误 含税价百分比不能为空并且必须为数字`);
} }
try { try {
......
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