原后台财务

This commit is contained in:
“wanyongkang”
2021-07-01 16:20:38 +08:00
parent 21708312bc
commit 2d2ec6b607

View File

@@ -23,7 +23,7 @@ class OpenRefund
if (!empty($_GET['Btime'])){
$date1 = date('Y-m-d', strtotime($_GET['Btime']));
$date2 = date('Y-m-d', strtotime($_GET['Etime']));
$where2 .= " UpdateTime>='" . $date1 . "' and UpdateTime<='" . $date2 . "' ";
$where2 .= " CreateTime>='" . $date1 . "' and CreateTime<='" . $date2 . "' ";
}
if (!empty($_GET['ProductIds'])){
$where['ProductId'] = $_GET['ProductIds'];
@@ -66,7 +66,7 @@ class OpenRefund
if (!empty($_GET['Btime'])){
$date1 = date('Y-m-d', strtotime($_GET['Btime']));
$date2 = date('Y-m-d', strtotime($_GET['Etime']));
$where2 .= " UpdateTime>='" . $date1 . "' and UpdateTime<='" . $date2 . "' ";
$where2 .= " CreateTime>='" . $date1 . "' and CreateTime<='" . $date2 . "' ";
}
if (!empty($_GET['ProductIds'])){
$where['ProductId'] = $_GET['ProductIds'];