|
|
@@ -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);
|