Commit a9b8e280 authored by pengfei's avatar pengfei

update 团长申请列表-自提点状态

parent e13eb703
......@@ -95,7 +95,7 @@ class ColonelService
// take_place_status 是否可以添加自提点 - 已审核通过并且未添加过自提点
$applyVal['take_place_status'] = 2;
if ($applyVal['audit_status'] == ColonelDistributorColonelApply::STATUS_PASS) {
if (empty($takePlaceMap[$applyVal['colonel_apply_id']]['take_place_id'])) {
if (empty($takePlaceMap[$applyVal['colonel_apply_id']])) {
$applyVal['take_place_status'] = 1;
}
}
......
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