dbms_primeidc_init...1
This commit is contained in:
parent
429eb20b82
commit
7e9fe0ea5d
@ -43,7 +43,6 @@ class ServiceService extends CommonService
|
|||||||
if ($client_code !== null) {
|
if ($client_code !== null) {
|
||||||
$this->getModel()->where("client_code", $client_code);
|
$this->getModel()->where("client_code", $client_code);
|
||||||
}
|
}
|
||||||
$this->getModel()->where("client_code", $client_code);
|
|
||||||
$this->getModel()->whereNotIn("service_line", ['vpn', 'test', 'solo', 'substitution', 'event']);
|
$this->getModel()->whereNotIn("service_line", ['vpn', 'test', 'solo', 'substitution', 'event']);
|
||||||
//Query문 Rest여부 -> 같은조건에 Count 받고, 결과값을 받고 싶을때는 continue()
|
//Query문 Rest여부 -> 같은조건에 Count 받고, 결과값을 받고 싶을때는 continue()
|
||||||
$this->getModel()->setContinue(true);
|
$this->getModel()->setContinue(true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user