Ver Fonte

零售端申请通过后增加初始化花材数据

林琦海 há 5 anos atrás
pai
commit
7b6a4e28ea
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      biz/sj/classes/MerchantClass.php

+ 2 - 0
biz/sj/classes/MerchantClass.php

@@ -38,6 +38,8 @@ class MerchantClass extends BaseClass
     {
         if ($applyData['style'] == SjClass::STYLE_RETAIL) {
             self::initHdMore($applyData, $sjId, $shopId);
+            //2021.4.13 初始化花材
+            ItemService::initItem($sjId,$shopId);
         }
         if ($applyData['style'] == SjClass::STYLE_SUPPLIER) {
             self::initGhsMore($applyData, $sjId, $shopId);