合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` use think\facade\Db; ... $count_res = Db::connect('zs')->table('member_luck_log') ->where('set_id', $set_id) ->where('set_item_id', $item_id) ->field(Db::raw('COUNT(distinct(`vipcode`)) as `count_sum`')) ->find(); echo $count_res['count_sum']; ```