Commit c0b677ec authored by hujun's avatar hujun

int

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