generated from root/miduo_server
流水修改
parent
c233322c89
commit
da1a040859
|
@ -16,6 +16,7 @@ import com.jmfy.utils.*;
|
|||
import config.SItemConfig;
|
||||
import org.apache.poi.hssf.usermodel.*;
|
||||
import org.apache.poi.ss.usermodel.Cell;
|
||||
import org.apache.poi.ss.usermodel.CellType;
|
||||
import org.apache.poi.ss.util.CellRangeAddress;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
@ -28,7 +29,6 @@ import org.springframework.web.bind.annotation.RequestMethod;
|
|||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import javax.servlet.ServletOutputStream;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import javax.servlet.http.HttpSession;
|
||||
|
@ -243,7 +243,6 @@ public class GmController {
|
|||
cell1.setCellValue("玩家道具信息");
|
||||
|
||||
HSSFCellStyle style = wb.createCellStyle();
|
||||
style.setAlignment(HSSFCellStyle.ALIGN_CENTER); //居中
|
||||
|
||||
HSSFRow row1 = sheet.createRow(1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue