debug 种养殖商户销售统计接口

This commit is contained in:
chenbo 2023-12-02 16:02:22 +08:00
parent 45512816ef
commit 02dd63c7e3

View File

@ -300,7 +300,6 @@ class Statistics extends BaseController
$area[] = ['category_id', '=', $merchant_category_id];
$merchant = Db::name('merchant')->where($area)->column('mer_id');
dd(Db::name('merchant')->getLastSql());
if (!$merchant) {
return app('json')->fail('查询商户为空');
}