Explorar o código

上一条补充

sugangqiang hai 10 meses
pai
achega
b2fdd02ba1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
         }