shish 2 years ago
parent
commit
a2f4645e2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/shop/classes/MainClass.php

+ 1 - 1
biz-ghs/shop/classes/MainClass.php

@@ -22,7 +22,7 @@ class MainClass extends BaseClass
         $mainId = $main->id ?? 0;
         //活的商家要生成花材,虚拟的商家不需要
         if ($live == 1) {
-            //ItemClass::initUpdateItem($mainId);
+            ItemClass::initUpdateItem($mainId);
         }
         return $main;
     }