Browse Source

修改查征信时出现人工判定失败人员名单

zmw 4 months ago
parent
commit
2ba32619fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/TalentAllowance.php

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

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