Commit bc2e99fb by 冷斌

fix bug

parent 9ff27ad5
...@@ -1915,7 +1915,7 @@ class ConfigAction extends AdministratorAction ...@@ -1915,7 +1915,7 @@ class ConfigAction extends AdministratorAction
$arr = explode(':', $divis); $arr = explode(':', $divis);
if (count($arr) != $num || array_sum($arr) != 100) { if (count($arr) != $num || array_sum($arr) != 100) {
$this->error("分成比例不符合规范"); //$this->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