edit-admin-pay_log

This commit is contained in:
lccsw
2021-10-25 09:16:45 +08:00
parent 0abbfd4522
commit 3306c54233
+1 -1
View File
@@ -719,7 +719,7 @@ class Orders extends HD_Controller
$where = [
'o_id' => $params['id'],
'status' => 1,
'pay_price>' => 0
'pay_price!=' => 0
];
$count = $this->app_liche_orders_model->count($where);
if($count){