|
@@ -22,7 +22,7 @@ class OrderShift extends Controller
|
|
|
*/
|
|
|
public function index()
|
|
|
{
|
|
|
- $this->title = '订单列表';
|
|
|
+ $this->title = '订单转换列表';
|
|
|
$this->sh_status_desc = ['待审核','审核通过','审核拒绝'];
|
|
|
$query = $this->_query($this->table);
|
|
|
if($this->request->request('phone')) $where[]= ['m.phone','like','%'.$this->request->request('phone').'%'];
|
|
@@ -64,6 +64,7 @@ class OrderShift extends Controller
|
|
|
if($data['sh_status'] == 1 && $data['integral'] && $data['uid']) {
|
|
|
update_user_integral($data['uid'],$data['integral'],4,'积分转换',$data['id']);
|
|
|
}
|
|
|
+ $data['ck_time'] = date("Y-m-d H:i:s");
|
|
|
}
|
|
|
|
|
|
}
|