wugg 2 years ago
parent
commit
2b643aaa41
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/admin/controller/Consult.php

+ 0 - 2
app/admin/controller/Consult.php

@@ -1758,8 +1758,6 @@ class Consult extends Base
                     ->whereIn('status', [3,8,11])->order("id desc")
                     ->find();
             }
-
-
             //产地
             if($value['origin_place']!=''){
                 $code = explode(",",$value['origin_place']);