소스 검색

少个字母

sugangqiang 2 년 전
부모
커밋
6ec92a1a19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/common/api/TalentLogApi.php

+ 1 - 1
app/common/api/TalentLogApi.php

@@ -27,7 +27,7 @@ class TalentLogApi {
         $where[] = ["active", "=", 1];
         $where[] = ["step", "=", 3];
         $where[] = ["new_state", "=", 9];
-        return TalentLog::where($where)->column("compayId");
+        return TalentLog::where($where)->column("companyId");
     }
 
     public static function getLastLog($mainId, $type, $companyId = 0) {