فهرست منبع

初始化常用花材

shish 3 سال پیش
والد
کامیت
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'];
         $applyId = $apply['id'];
         ApplyClass::updateById($applyId, ['status' => ApplyClass::STATUS_PASS, 'remark' => $remark]);
         ApplyClass::updateById($applyId, ['status' => ApplyClass::STATUS_PASS, 'remark' => $remark]);
         $apply['name'] = isset($apply['name']) ? $apply['name'] : '';
         $apply['name'] = isset($apply['name']) ? $apply['name'] : '';
+        //初始化常用花材
         $main = \bizGhs\shop\classes\MainClass::addMainInitItem();
         $main = \bizGhs\shop\classes\MainClass::addMainInitItem();
 
 
         $respond = MerchantService::initGhsBaseInfo($apply, $main, true);
         $respond = MerchantService::initGhsBaseInfo($apply, $main, true);