Browse Source

更新购房补贴部门审核导入

sandm 4 days ago
parent
commit
f356b3d782
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/enterprise/controller/TalentAllowance.php
  2. 1 1
      app/job/House.php

+ 1 - 1
app/enterprise/controller/TalentAllowance.php

@@ -507,7 +507,7 @@ class TalentAllowance extends EnterpriseController {
         }
         $specialPersonsBy2024 = \app\common\api\VerifyApi::getSpecialPersonsBy2024();
         if (in_array($talentInfo['card_number'],$specialPersonsBy2024)) {
-            $talentInfo["identifyMonth"] = "2023-12-31"; //让卫健特殊人员包含2024全年
+            $talentInfo["identifyMonth"] = "2023-12-01"; //让卫健特殊人员包含2024全年
         }
 
         $where = [];

+ 1 - 1
app/job/House.php

@@ -47,7 +47,7 @@ class House {
                     if (!$old) {
                         return false;
                     }
-                    if ($old["checkState"] != HouseStateEnum::NEED_REVIEW_CHECK) {
+                    if ($old["checkState"] != HouseStateEnum::NEED_DEP_CHECK) {
                         return false;
                     }
                     $upd["id"] = $old["id"];