diff --git "a/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/EPViewController.swift" "b/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/EPViewController.swift"
index c730c5478a4a8232a1311474adb35fb5b26a1b36..0b016c00dd155662043113bdbccd242dd7be71c5 100644
--- "a/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/EPViewController.swift"
+++ "b/GeliBusinessPlatform/ViewController/\345\225\206\345\223\201\350\257\246\346\203\205/EPViewController.swift"
@@ -503,7 +503,13 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
             self.tishixxArr.remove(at: 3)
             //品牌名
             self.pinPai_id = (model.data?.goods_res!.brand_id)!
-            self.pinPai = (model.data?.goods_res!.brand_name)!
+            if (model.data?.goods_res!.brand_name) != nil{
+                self.pinPai = (model.data?.goods_res!.brand_name)!
+
+            }else{
+                self.pinPai = ""
+
+            }
             self.tishixxArr.insert(self.pinPai, at: 3)
             self.tishixxArr.remove(at: 4)
             //起卖数量