浏览代码

津补贴初审中显示未通过

sugangqiang 9 月之前
父节点
当前提交
6deba01cab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/TalentAllowance.php

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

@@ -79,7 +79,7 @@ class TalentAllowance extends AdminController {
         $where = $this->setTalentAllowanceInfo($where, $param, $process);
         switch ($process) {
             case 1:
-                $where[] = ["checkState", "in", [1, 5, 10, 13, 15, 20, 25, 30]];
+                $where[] = ["checkState", "in", [-1, 1, 5, 10, 13, 15, 20, 25, 30]];
                 break;
             case 2:
                 $where[] = ["firstPassTime", "EXP", Db::raw("is not null")];