修改导入excel生成卡片新接口导入第一列数据问题

This commit is contained in:
fanzongzhe
2023-12-21 08:39:58 +08:00
parent 003db3297c
commit b42b91215d

View File

@@ -1163,7 +1163,7 @@ public class LpkGiftCardService extends MybatisBaseService<LpkGiftCardMapper, Lp
if (row == null) {
continue;
}
for (int i = 1; i <= mapGoods.size(); i++) {
for (int i = 0; i <= mapGoods.size(); i++) {
String trim = new String();
try {
trim = getCellVal(row.getCell(i)).toString().trim();