|
@@ -867,10 +867,10 @@ class TalentAllowance extends EnterpriseController {
|
|
|
$data["checkState"] = AllowanceStateEnum::NEED_CHECK;
|
|
|
$ep = \app\common\api\EnterpriseApi::getOne($this->user["uid"]);
|
|
|
$afterState = 7; //待初审
|
|
|
- if ($ep->isGeneral == 2 && \app\common\api\Nhc::hasGeneralHospital($ep->medicalCommunityId)) {
|
|
|
- $data["checkState"] = AllowanceStateEnum::NEED_GENERAL_CHECK; //分院并且有总院
|
|
|
- $afterState = 3; //待审核
|
|
|
- }
|
|
|
+ /* if ($ep->isGeneral == 2 && \app\common\api\Nhc::hasGeneralHospital($ep->medicalCommunityId)) {
|
|
|
+ $data["checkState"] = AllowanceStateEnum::NEED_GENERAL_CHECK; //分院并且有总院
|
|
|
+ $afterState = 3; //待审核
|
|
|
+ } */
|
|
|
$data["files"] = "";
|
|
|
$data["projects"] = "";
|
|
|
$data["concats"] = "";
|