소스 검색

增加一个导出字段

zmw 1 주 전
부모
커밋
3d786bd11b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/controller/TalentAllowance.php

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

@@ -1146,7 +1146,7 @@ class TalentAllowance extends AdminController {
             //组装数据
             if (!$tmpList[$item["id"]]) {
                 $tmpList[$item["id"]]["curEnterpriseId"] = $item["curEnterpriseId"];
-                $tmpList[$item["id"]]["info"] = [$item["year"], $streetMap[$item["address"]], $item["name"], $item["sex"] == 1 ? "男" : "女", $item["idCard"], $levelMap[$item["talentArrange"]],
+                $tmpList[$item["id"]]["info"] = [$item["year"], $streetMap[$item["address"]], $item["name"], $item["sex"] == 1 ? "男" : "女", $item["idCard"],$item['bank'],$item['bankNumber'],$item['bankNetwork'],$item['bankAccount'], $levelMap[$item["talentArrange"]],
                     $icmap[$item["identifyCondition"]], $item["identifyGetTime"], $item["identifyConditionName"], $item["identifyMonth"], AllowanceTypeEnum::getTypeName($item["recommendAllowanceType"]), $item["recommendMonths"], $item["recommendMoney"],
                     $item["recommendMoneyDesc"], $item["otherEnjoyedMoney"], $item["otherEnjoyedDescription"] ?: "", AllowanceTypeEnum::getTypeName($item["allowanceType"]), $item["months"], $item["money"],
                     $item["moneyDesc"], $this->getCheckStateName($item["checkState"], $item["publicState"], $item["allowanceType"]), $item["checkMsg"]];