edit-plan-settle_type
This commit is contained in:
@@ -106,7 +106,8 @@ class Biz extends HD_Controller
|
||||
$where = [
|
||||
"year" => date('Y',strtotime("last month")),
|
||||
"month" => intval(date('m',strtotime('last day of - 1 months'))),
|
||||
"stic_id" => 0
|
||||
"stic_id" => 0,
|
||||
"type" => 0
|
||||
];
|
||||
$rows = $this->biz_settle_model->select($where,'id asc',$page,$size);
|
||||
if($rows){
|
||||
@@ -386,7 +387,8 @@ class Biz extends HD_Controller
|
||||
$where = [
|
||||
"year" => date('Y',strtotime("last month")),
|
||||
"month" => intval(date('m',strtotime('last day of - 1 months'))),
|
||||
"stic_id" => 0
|
||||
"stic_id" => 0,
|
||||
"type" => 1
|
||||
];
|
||||
$rows = $this->biz_settle_model->select($where,'id asc',$page,$size);
|
||||
if($rows){
|
||||
|
||||
Reference in New Issue
Block a user