Commit 3357b8de authored by shajiaiming's avatar shajiaiming

设置手续费

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