记得上下班打卡 | git大法好,push需谨慎

Commit b0c84846 authored by wanglele's avatar wanglele

修改excel导出

parent 06cd00e8
......@@ -249,6 +249,7 @@ public class GoblinNftExCodeServiceImpl implements IGoblinNftExCodeService {
@Override
public void excel(HttpServletResponse httpServletResponse, GoblinNftExCodeParam goblinNftExCodeParam) {
// 入参
GoblinNftExCode goblinNftExCode = GoblinNftExCode.getNew();
goblinNftExCode.setCode(goblinNftExCodeParam.getCode());
......@@ -273,6 +274,7 @@ public class GoblinNftExCodeServiceImpl implements IGoblinNftExCodeService {
PageHelper.startPage(goblinNftExCodeParam.getPageNum(), 20, true);
List<GoblinNftExCode> goblinNftExCodes = goblinNftExCodeMapper.selectGoblinNftCode(goblinNftExCode);
StringBuffer skuIds = new StringBuffer();
StringBuffer acticityIds = new StringBuffer();
for (GoblinNftExCode gnc : goblinNftExCodes) {
......@@ -304,6 +306,7 @@ public class GoblinNftExCodeServiceImpl implements IGoblinNftExCodeService {
}
}
}
goblinNftExCodeArrayList.add(goblinNftExCodeVo);
}
}
......
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