word导出数据封装

word导出数据封装## 标题

FrmCodeSqlWhere codeSqlWhere = new FrmCodeSqlWhere();
List codeList = null;

      Map<String,Map<String,String>> map = new HashMap<String,Map<String,String>>();
      
      //项目类型生成map
      codeSqlWhere.setDmjc("XMLX");
      codeList = frmCodeService.selectListFrmCodeBySqlWhere(codeSqlWhere);
      Map<String,String> xmlxmap = new HashMap<String,String>();
           for(int m=0;m<codeList.size();m++){
        xmlxmap.put(codeList.get(m).getDmz(), codeList.get(m).getDmmc());
      }
      map.put("xmlxmap", xmlxmap);
      //学历生成map
      codeSqlWhere.setDmjc("XL");
      codeList = frmCodeService.selectListFrmCodeBySqlWhere(codeSqlWhere);
      Map<String,String> xlmap = new HashMap<String,String>();
      for(int m=0;m<codeList.size();m++){
       xlmap.put(codeList.get(m).getDmz(), codeList.get(m).getDmmc());
      }
      map.put("xlmap", xlmap);
      //民族map
      codeSqlWhere.setDmjc("MZ");
      codeList = frmCodeService.selectListFrmCodeBySqlWhere(codeSqlWhere);
      Map<String,String> mzmap = new HashMap<String,String>();
      for(int m=0;m<codeList.size();m++){
       mzmap.put(codeList.get(m).getDmz(), codeList.get(m).getDmmc());
      }
      map.put("mzmap", mzmap);
      //专业map
      codeSqlWhere.setDmjc("ZY");
      codeList = frmCodeService.selectListFrmCodeBySqlWhere(codeSqlWhere);
      Map<String,String> zymap = new HashMap<String,String>();
      for(int m=0;m<codeList.size();m++){
       zymap.put(codeList.get(m).getDmz(), codeList.get(m).getDmmc());
      }
      map.put("zymap", zymap);
      //学位map
      codeSqlWhere.setDmjc("XW");
      codeList = frmCodeService.selectListFrmCodeBySqlWhere(codeSqlWhere);
      Map<String,String> xwmap = new HashMap<String,String>();
      for(int m=0;m<codeList.size();m++){
       xwmap.put(codeList.get(m).getDmz(), codeList.get(m).getDmmc());
      }
      map.put("xwmap", xwmap);
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值