瀏覽代碼

让卫健购房补贴包含2023全年

sugangqiang 10 月之前
父節點
當前提交
5c66688e57
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/enterprise/controller/House.php

+ 3 - 0
app/enterprise/controller/House.php

@@ -461,6 +461,9 @@ class House extends EnterpriseController {
             $oldStartTimeField = "oldIdentifyGetTime";
             $newStartTimeField = "newIdentifyGetTime";
         }
+        if (in_array($talentInfo["enterpriseType"], [CommonConst::ENTERPRISE_WJ]) && date("Y", strtotime($talentInfo["identifyMonth"])) == "2023") {
+            $talentInfo["identifyMonth"] = "2023-01-01"; //让卫健包含2023全年
+        }
 
         $where = [];
         $where[] = ["idCard", "=", $talentInfo["card_number"]];