瀏覽代碼

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

zmw 4 月之前
父節點
當前提交
2ba32619fd
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: