|
@@ -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")];
|