shish 3 tahun lalu
induk
melakukan
c6df61d7c4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      biz-ghs/product/services/ProductService.php

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

@@ -193,7 +193,7 @@ class ProductService extends BaseService
 
         $i = 1;
         $letter = [1 => ['A', 'B'], 2 => ['C', 'D'], 3 => ['E', 'F'], 4 => ['G', 'H'], 5 => ['I', 'J'], 6 => ['K', 'L'], 7 => ['M', 'N'],
-            8 => ['O', 'P'], 9 => ['Q', 'R'], 10 => ['S', 'T'], 11 => ['U', 'V'],12=>['w','x'],13=>['y','z']];
+            8 => ['O', 'P'], 9 => ['Q', 'R'], 10 => ['S', 'T'], 11 => ['U', 'V'], 12 => ['w', 'x'], 13 => ['y', 'z'], 14 => ['AA', 'BB']];
         $lastCell = '';
         //最大行
         $max = 50;