dbms_primeidc_init...1
This commit is contained in:
parent
55d9d95c2a
commit
b598aac484
@ -45,7 +45,7 @@ class OnetimeService extends CommonService
|
||||
//Coupon 리스트
|
||||
public function getEntitiesForDomainCoupon(int $curPage, int $perPage): array
|
||||
{
|
||||
$this->getModel()->like(["onetime_case", "%domain%"]);
|
||||
$this->getModel()->like(["onetime_case" => "%domain%"]);
|
||||
$this->getModel()->orderBy("onetime_request_date", "DESC");
|
||||
//Query문 Rest여부 -> 같은조건에 Count 받고, 결과값을 받고 싶을때는 continue()
|
||||
$this->getModel()->setContinue(true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user