Commit c0b44c16 authored by 竹天卫's avatar 竹天卫

人员产值统计导出功能 优化3

parent 7f17e5be
......@@ -156,8 +156,7 @@ public class NonStandardApprovalServiceImpl extends ServiceImpl<NonStandardAppro
List<Map<String, Object>> list = nonStandardApprovalMapper.exportList(params);
if (!CollectionUtils.isEmpty(list)) {
Map<String, Object> map = list.get(0);
String[] headers = new String[9];
String[] headers = new String[8];
headers[0] = "序号";
headers[1] = "姓名";
headers[2] = "账户";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment