|
@@ -175,7 +175,7 @@ class Waste extends Index
|
|
if($month !=''){
|
|
if($month !=''){
|
|
if($month > 0 && $month < 10){
|
|
if($month > 0 && $month < 10){
|
|
$date = date('Y').'0'.$month;
|
|
$date = date('Y').'0'.$month;
|
|
- }elseif ($month >10){
|
|
|
|
|
|
+ }elseif ($month >=10){
|
|
$date = date('Y').$month;
|
|
$date = date('Y').$month;
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|