作者 lihan
1 个管道 的构建 通过 耗费 0 秒

组合支付

... ... @@ -88,7 +88,7 @@ class GoodsController extends HomeBaseController
private function getCategory($cid)
{
return Db::name('zj_category')->field('id,name')->where(['cid' => $cid])->select()->toArray();
return Db::name('zj_category')->field('id,name')->where(['cid' => $cid,'delete_time'=>['eq', 0]])->select()->toArray();
}
public function getGoodsComment($gid)
... ...