Commit 1144424a authored by pengfei's avatar pengfei

update 修改团长申请-自提点名称

parent f24583d3
......@@ -45,6 +45,9 @@ class ColonelService
'area' => $params['area'] ?? '',
];
try {
if (!empty($colonelData['take_place_name'])) {
$colonelData['take_place_name'] = "【团长】{$colonelData['take_place_name']}";
}
if (!$applyId = ColonelDistributorColonelApply::insertRecord($colonelData)) {
throw new MarketingException(MarketingException::COLONEL_APPLY_FAILED);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment