chore: src/app 目录与华为云第一台服务器上的代码做第一次比较合并

This commit is contained in:
2025-11-22 15:00:41 +08:00
parent c1170aafa8
commit f03dbbfc60
53 changed files with 3726 additions and 1228 deletions

View File

@@ -106,7 +106,6 @@ class Goods extends BaseMerchant
$condition[] = [ 'ischeck', '=', 1 ];
}
}
file_put_contents(__DIR__ . '/debug.txt', var_export($condition,true));
if (!empty($start_sale)) $condition[] = [ 'sale_num', '>=', $start_sale ];
if (!empty($end_sale)) $condition[] = [ 'sale_num', '<=', $end_sale ];
if (!empty($start_price)) $condition[] = [ 'price', '>=', $start_price ];

View File

@@ -75,7 +75,7 @@ class Order extends BaseMerchant
$order_status = input('order_status', '');//订单状态
}
}
file_put_contents(__DIR__ . '/debug.txt', var_export($order_status,true));
$order_name = input('order_name', '');
$pay_type = input('pay_type', '');
$order_from = input('order_from', '');