Commit c512c586 by 冷斌

fix bug

parent 993b15f4
......@@ -17,6 +17,8 @@ class RechangeController extends HomebaseController
public function index()
{
$chargelist=M('charge_rules')->field('id,coin,money,money_ios,product_id,give')->order('orderno asc')->select();
var_dump($chargelist);
die;
$this->assign('chargelist',$chargelist);
$this->display();
}
......
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