chore: src/app 目录与华为云第一台服务器上的代码做第一次比较合并
This commit is contained in:
@@ -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 ];
|
||||
|
||||
@@ -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', '');
|
||||
|
||||
Reference in New Issue
Block a user