Commit cc2a9757 authored by hujun's avatar hujun

''

parent c0b677ec
......@@ -64,7 +64,7 @@ class Coupon extends Basic{
$data[$k]['title'] = $v['title'];
$data[$k]['subheading'] = $subheading;
$data[$k]['content'] = $content;
$data[$k]['money'] = (int)$v['money'];
$data[$k]['money'] = (int)$v['money'] . '';
}
// $this->m_coupon->updateData(['first_show'=>1], ['id'=>['in',$coupon_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