作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

后台问卷调查

... ... @@ -94,8 +94,7 @@ class OrderInfoModel extends Model
->join('cmf_collocation c','c.id = o_i.collocation_id')
->where($where)
->where($where1)
->fetchSql()
->select();
->count();
return $data;
}
public function peopleCount($where){
... ...