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) {