|
@@ -59,7 +59,7 @@ class Convert extends Controller
|
|
|
}
|
|
|
// 积分赠送integral_info
|
|
|
if($this->request->isPost() && $this->request->action() == 'audit') {
|
|
|
- $ck = Db::table('order_shift')->find($data['id']);
|
|
|
+ $ck = Db::table('integral_convert')->find($data['id']);
|
|
|
if($ck['sh_status'] != 1 && $data['sh_status'] == 1 && $data['integral'] > 0 && $data['user_id']) {
|
|
|
update_user_integral($data['user_id'],$data['integral'],10,'恭喜亲通过兑换获得'.$data['integral'].'积分',$data['id']);
|
|
|
}
|