|
|
DB::raw("ISNULL(CONVERT(varchar(10), a.dPODate, 120), '') as order_date"),
|
|
DB::raw("ISNULL(CONVERT(varchar(10), a.dPODate, 120), '') as order_date"),
|
|
|
DB::raw("ISNULL(a.cMaker, '') as crt_name")
|
|
DB::raw("ISNULL(a.cMaker, '') as crt_name")
|
|
|
$list = $this->limit($model, '', $data);
|
|
$list = $this->limit($model, '', $data);
|