修改导入excel生成卡片新接口导入第一列数据问题
This commit is contained in:
@@ -1163,7 +1163,7 @@ public class LpkGiftCardService extends MybatisBaseService<LpkGiftCardMapper, Lp
|
|||||||
if (row == null) {
|
if (row == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
for (int i = 1; i <= mapGoods.size(); i++) {
|
for (int i = 0; i <= mapGoods.size(); i++) {
|
||||||
String trim = new String();
|
String trim = new String();
|
||||||
try {
|
try {
|
||||||
trim = getCellVal(row.getCell(i)).toString().trim();
|
trim = getCellVal(row.getCell(i)).toString().trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user