소스 검색

上一条补充

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);
         }