|
|
@@ -45,6 +45,11 @@ class ApplyService extends BaseService
|
|
|
util::fail('没有main信息21');
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ //收款码要做成不算收入
|
|
|
+ $lsShop->gatherRepeat = 1;
|
|
|
+ $lsShop->save();
|
|
|
+
|
|
|
ApplyClass::updateById($applyId, ['status' => ApplyClass::STATUS_PASS, 'remark' => $remark]);
|
|
|
$apply['name'] = isset($apply['name']) ? $apply['name'] : '';
|
|
|
//初始化或更新花材
|