问题修复
This commit is contained in:
parent
24926cc757
commit
4ec5856c52
|
|
@ -842,7 +842,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
if(CollUtil.isEmpty(param.getList())){
|
if(CollUtil.isEmpty(param.getList())){
|
||||||
result=getChild(param.getBomRowId());
|
result=getChild(param.getBomRowId());
|
||||||
}
|
}
|
||||||
final ListSheet<EbomExcelEditVO> listSheet = new ListSheet<EbomExcelEditVO>(result);
|
final ListSheet<EbomExcelEditVO> listSheet = new ListSheet<EbomExcelEditVO>(Convert.toList(EbomExcelEditVO.class,result) );
|
||||||
EecExcelUtil.eecExcel("bom列表", listSheet, response);
|
EecExcelUtil.eecExcel("bom列表", listSheet, response);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue