統計當天的收益獎金

統計當天的各種收益獎金

function sumprice($userid = null){
    unset($where);
    $where['addtime'] = array('exp', ' > ' . strtotime(date('Y-m-d')));
    $where['userid'] = $userid;
    $where['type'] = array('in',array(2,3,7,15,17));
    $pricedata = M('caiwu')->where($where)->sum('price');
    return $pricedata;
}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章