Browse Source

admin update

xiaoyu 3 năm trước cách đây
mục cha
commit
f41ad7967f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      admin/control/merchant_info.php

+ 1 - 1
admin/control/merchant_info.php

@@ -203,7 +203,7 @@ class merchant_infoControl extends SystemControl
                         $data = $cell->getValue();
                         $items[] = $data;
                     }
-                    if(empty($items) || count($items) < 8){
+                    if(empty($items) || count($items) < 7){
                         Log::record("items empty or length err",LOG::DEBUG);
                         continue;
                     }