dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-11 12:31:54 +09:00
parent 55d9d95c2a
commit b598aac484

View File

@ -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);