edit-plan-settle_type

This commit is contained in:
lccsw
2022-08-12 15:01:13 +08:00
parent edb2e2af3e
commit 06572c0a25
+4 -2
View File
@@ -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){