Commit 3357b8de authored by shajiaiming's avatar shajiaiming

设置手续费

parent 7673b523
...@@ -91,6 +91,7 @@ class IssueChainController extends BaseController ...@@ -91,6 +91,7 @@ class IssueChainController extends BaseController
* 设置手续费 * 设置手续费
* @param integer issue_charge * @param integer issue_charge
* @param integer charge_unit_id * @param integer charge_unit_id
* @param integer platform_id
* @return array * @return array
*/ */
public function actionSetCharge() public function actionSetCharge()
...@@ -109,7 +110,7 @@ class IssueChainController extends BaseController ...@@ -109,7 +110,7 @@ class IssueChainController extends BaseController
goto doEnd; goto doEnd;
} }
if (1 != $platform_id) { if (1 == $platform_id) {
$platform_id = $id; $platform_id = $id;
} }
......
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