去除打印日志

This commit is contained in:
wucongxing 2023-12-08 14:24:22 +08:00
parent 80c5d22e2e
commit b4d96fd5f5

View File

@ -126,8 +126,6 @@ class getProductCommand extends HyperfCommand
return false;
}
Log::getInstance("xiaomeiqiu")->info(json_encode($item,JSON_UNESCAPED_UNICODE));
// 查询是否存在
$params = array();
$params['product_platform_code'] = $item['drugCode'];