Эх сурвалжийг харах

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

sugangqiang 1 өдөр өмнө
parent
commit
ffc14f7014

+ 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: