|
@@ -193,8 +193,8 @@ class TalentAllowance {
|
|
|
$oldStartTimeField = "oldIdentifyGetTime";
|
|
|
$newStartTimeField = "newIdentifyGetTime";
|
|
|
}
|
|
|
- if (in_array($info["type"], [\app\common\state\CommonConst::ENTERPRISE_WJ, \app\common\state\CommonConst::ENTERPRISE_GJ]) && date("Y", strtotime($talentInfo["identifyMonth"])) == "2023") {
|
|
|
- $talentInfo["identifyMonth"] = "2022-12-01"; //让卫健高教包含2023全年
|
|
|
+ if (in_array($info["type"], [\app\common\state\CommonConst::ENTERPRISE_WJ]) && date("Y", strtotime($talentInfo["identifyMonth"])) == "2023") {
|
|
|
+ $talentInfo["identifyMonth"] = "2022-12-01"; //让卫健包含2023全年
|
|
|
}
|
|
|
|
|
|
$where = [];
|