shish 3 лет назад
Родитель
Сommit
866dcf5c39
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      biz-ghs/apply/services/ApplyService.php

+ 1 - 0
biz-ghs/apply/services/ApplyService.php

@@ -23,6 +23,7 @@ class ApplyService extends BaseService
         $applyId = $apply['id'];
         ApplyClass::updateById($applyId, ['status' => ApplyClass::STATUS_PASS, 'remark' => $remark]);
         $apply['name'] = isset($apply['name']) ? $apply['name'] : '';
+        //初始化常用花材
         $main = \bizGhs\shop\classes\MainClass::addMainInitItem();
 
         $respond = MerchantService::initGhsBaseInfo($apply, $main, true);