rabin 3 years ago
parent
commit
45c599cc2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/mail/lib/Manage.php

+ 1 - 1
service/mail/lib/Manage.php

@@ -721,7 +721,7 @@ class Manage
         $shop = array();
         if ($data) {
             foreach ($data as $k => $v) {
-                if (!isset($shop[$v['type_id']])) {
+                if (!isset($shop[$v['shop_id']])) {
                     $shop[$v['shop_id']] = 0;
                 }
                 $price = $v['buy'];