sugangqiang преди 10 месеца
родител
ревизия
b2fdd02ba1
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/enterprise/controller/Talent.php

+ 1 - 0
app/enterprise/controller/Talent.php

@@ -1592,6 +1592,7 @@ class Talent extends EnterpriseController {
             $_where[] = ["checkState", "not in", [35, -1]];
             $_where[] = ["isPublic", "<", 5];
             $_where[] = ["delete", "<>", 1];
+            $_where[] = ["createTime", ">=", "2022-10-01 00:00:00"];
             $idCards = Db::table("un_talent_type_change")->where($_where)->column("idCard");
             $sList = array_merge($sList, (array) $idCards);
         }