|
@@ -1302,7 +1302,7 @@ class Payment extends BaseController
|
|
|
$post = $this->post;
|
|
|
$condition = [["a.is_del","=",0 ],["b.is_del","=",0 ]];
|
|
|
$invtype = isset($post['invType'])&&$post['invType']!='' ? intval($post['invType']):"";
|
|
|
- $check = checkRole($this->roleid,82);
|
|
|
+ $check = checkRole($this->roleid,82);
|
|
|
if($check){
|
|
|
$condition []=["a.apply_id","=",$this->uid];
|
|
|
}
|