|
|
|
@ -13,7 +13,6 @@ import com.gaotao.modules.factory.entity.Site; |
|
|
|
import com.gaotao.modules.factory.service.SiteService; |
|
|
|
import com.gaotao.modules.label.entity.LabelFormat; |
|
|
|
import com.gaotao.modules.label.service.LabelFormatService; |
|
|
|
import com.gaotao.modules.pallet.entity.CatchPallet; |
|
|
|
import com.gaotao.modules.part.entity.Part; |
|
|
|
import com.gaotao.modules.part.service.PartService; |
|
|
|
import com.gaotao.modules.sys.entity.SysUserEntity; |
|
|
|
@ -134,7 +133,7 @@ public class SiteServiceImpl extends ServiceImpl<SiteMapper, Site> implements Si |
|
|
|
HorizontalCellStyleStrategy strategy = new HorizontalCellStyleStrategy(null, contentCellStyle); |
|
|
|
|
|
|
|
|
|
|
|
FastExcel.write(response.getOutputStream(), CatchPallet.class) |
|
|
|
FastExcel.write(response.getOutputStream(), Site.class) |
|
|
|
.registerWriteHandler(strategy) |
|
|
|
.sheet("site List") |
|
|
|
.doWrite(list); |
|
|
|
|