shish 2 years ago
parent
commit
9d2ffa58c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/OrderItemController.php

+ 1 - 1
app-ghs/controllers/OrderItemController.php

@@ -64,7 +64,7 @@ class OrderItemController extends BaseController
         $name = $info->name ?? '';
         $num = $info->xhNum ?? 0;
         $name = strtolower($name);
-        $arr = ['a', 'b', 'c', 'd', 'e', 'o', '级', '红', '黄', '绿', '紫', '橙', '基地', 'cm', '支', '枝'];
+        $arr = ['a', 'b', 'c', 'd', 'e', 'o', '级', '红', '黄', '绿', '紫', '橙', '基地', 'cm', '支', '枝', '*', '张良', '配色', '混色', '浅粉','玫红','青铜','深紫','浅紫', '色','重瓣',' ','  '];
         foreach ($arr as $it) {
             $name = str_replace($it, '', $name);
         }