|
@@ -274,6 +274,12 @@ public class ItempriceadjustItemprice extends Controller {
|
|
|
|
|
|
HashMap<String, CellType> cellMap = new HashMap<>();
|
|
|
cellMap.put("itemno", CellType.STRING);
|
|
|
+ cellMap.put("remarks", CellType.STRING);
|
|
|
+ cellMap.put("price1", CellType.STRING);
|
|
|
+ cellMap.put("price2", CellType.STRING);
|
|
|
+ cellMap.put("price3", CellType.STRING);
|
|
|
+ cellMap.put("price4", CellType.STRING);
|
|
|
+ cellMap.put("price5", CellType.STRING);
|
|
|
Rows rows = e.getSheetRows(0, keys, cellMap, 3);
|
|
|
|
|
|
ArrayList<String> itemnoList = rows.toArrayList("itemno");
|