流水修改

jieling
PC-202302260912\Administrator 2023-09-13 11:03:48 +08:00
parent c233322c89
commit da1a040859
1 changed files with 1 additions and 2 deletions

View File

@ -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);