...
|
...
|
@@ -550,7 +550,7 @@ class PersonalcenterController extends WeChatBaseController{ |
|
|
public function withdrawal_subsidiary(){
|
|
|
|
|
|
$uid = cmf_get_current_user_id();
|
|
|
$data = Db::name('money_expend') -> where('uid='.$uid) -> where("state = 1") -> select();
|
|
|
$data = Db::name('money_expend') -> where('uid='.$uid) -> where("state = 1 or state = 2") -> select();
|
|
|
$this -> assign('data',$data);
|
|
|
return $this -> fetch();
|
|
|
|
...
|
...
|
|