shish 4 лет назад
Родитель
Сommit
dcbdd020e9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-ghs/product/services/ProductService.php

+ 1 - 1
biz-ghs/product/services/ProductService.php

@@ -344,7 +344,7 @@ class ProductService extends BaseService
         }
         $objWriter->save($dir . '/' . $file);
 
-        return ['file' => '/barcodeTable/' . $shopId . '/' . $file, 'shortFile' => $file];
+        return ['file' => '/barcodeTable/' . $shopId . '/' . $file, 'shortFile' => '条形码'.$file];
     }
 
 }