|
|
@@ -431,7 +431,6 @@ class SupplyDemandLogic extends BaseLogic
|
|
|
public static function getCateList($get)
|
|
|
{
|
|
|
$where=[];
|
|
|
- $where[]=['type','=',$get['type']];
|
|
|
$where[]=['status','=',1];
|
|
|
if(isset($get['name'])){
|
|
|
$where[]=['name','like','%'.$get['name'].'%'];
|