feat : sts

This commit is contained in:
2025-04-17 15:26:35 +08:00
parent eaf120e874
commit 9183e12e47

View File

@@ -106,8 +106,9 @@ class OptionalListService extends BaseService
}
if ($item['favorable'] == GoodCode::IS_FAVORABLE) {
unset($data[$key]);
// unset($data[$key]);
$favorable = $item;
continue;
}
if (empty($res[$item['category_id']])) {