|
|
@ -573,6 +573,10 @@ class CompanyStatementController extends ThinkController
|
|
|
|
|
|
|
|
|
|
|
|
$map['company_belong'] = 9;
|
|
|
|
$map['company_belong'] = 9;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(!$_REQUEST["year"]) {
|
|
|
|
|
|
|
|
$_REQUEST["year"] = date("Y");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if ($_REQUEST["year"]) {
|
|
|
|
if ($_REQUEST["year"]) {
|
|
|
|
$start = strtotime($_REQUEST["year"]."-01-01");
|
|
|
|
$start = strtotime($_REQUEST["year"]."-01-01");
|
|
|
|
$end = strtotime(date("Y-m-t",strtotime($_REQUEST["year"]."-12"))) + 86399;
|
|
|
|
$end = strtotime(date("Y-m-t",strtotime($_REQUEST["year"]."-12"))) + 86399;
|
|
|
|