소스 검색

修改审核端可导出交通补贴待征信列表

sugangqiang 1 일 전
부모
커밋
ffc14f7014
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/controller/TalentAllowance.php

+ 1 - 1
app/admin/controller/TalentAllowance.php

@@ -504,7 +504,7 @@ class TalentAllowance extends AdminController {
             case 2:
                 $where[] = ["publicState", "=", 1];
                 $where[] = ["checkState", "in", [-1, 30]];
-                $where[] = ['recommendAllowanceType','=',1];
+                $where[] = ['recommendAllowanceType',"in", [1, 2]];
                 $error = "暂无可核查征信的数据";
                 break;
             case 3: