change Service.php for increasing Chiba Range C00-C49 to C00-C64
This commit is contained in:
parent
5584fec3a3
commit
430087168c
@ -94,7 +94,7 @@ class Service extends Model
|
|||||||
private function getCountByCenter_Dashboard($where)
|
private function getCountByCenter_Dashboard($where)
|
||||||
{
|
{
|
||||||
$centers_conditions = array(
|
$centers_conditions = array(
|
||||||
"Chiba" => "service_sw BETWEEN 'C00%' AND 'C49%'",
|
"Chiba" => "service_sw BETWEEN 'C00%' AND 'C64%'",
|
||||||
"Tokyo" => "service_sw BETWEEN 'C80%' AND 'C99%'",
|
"Tokyo" => "service_sw BETWEEN 'C80%' AND 'C99%'",
|
||||||
);
|
);
|
||||||
$temps = array();
|
$temps = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user