laravel模型

ergverhbrt

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;
use DB;
class Bjwzsd_cpModel extends Model
{
protected $table="bjwzsd_cp";
static function xz($xz){
//$aa=DB::table('bjwzsd_cp')->where('xz',$xz)->get();

$aa = DB::table('bjwzsd_cp')->where('xz',$xz)->where('zk','>',69)->get();

return $aa;
}

}


猜你喜欢

转载自blog.csdn.net/asdfegg/article/details/72416712
今日推荐