chore: 注释掉file_put_contents

This commit is contained in:
2025-11-24 16:04:44 +08:00
parent be65996398
commit 3effc03a19
8 changed files with 9 additions and 9 deletions

View File

@@ -712,7 +712,7 @@ trait PromotionTool
//-------------
/* $all_info = $manjian_model->getManjianInfo([['manjian_type', '=', 1], ['site_id', '=', $this->site_id], ['status', '=', 1]], 'manjian_name,type,goods_ids,rule_json,manjian_id')['data'];
$goods_list = $this->goods_list;
file_put_contents(__DIR__ . '/debug.txt', var_export($all_info,true));
// file_put_contents(__DIR__ . '/debug.txt', var_export($all_info,true));
//存在全场满减(不考虑部分满减情况)
if (!empty($all_info)) {//满减默认
$discount_array = $this->getManjianDiscountMoney($all_info);