wupengfei 2 năm trước cách đây
mục cha
commit
aa2b7b5532
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/store/controller/Convert.php

+ 1 - 1
application/store/controller/Convert.php

@@ -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']);
             }