作者 anyv
1 个管道 的构建 通过 耗费 1 秒

4

... ... @@ -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();
... ...