|
@ -173,7 +173,7 @@ public class MedicineDrugsEndpoint extends EnvelopRestEndpoint {
|
|
|
for (Map<String,Object> tmp : list) {
|
|
|
addCell(sheet, j, 0, ii + "img");
|
|
|
addCell(sheet, j, 1, tmp.get("drugNameAlies") +"/" + tmp.get("drugBarCode"));
|
|
|
addCell(sheet, j, 2, tmp.get("drugTypeCode").toString());
|
|
|
addCell(sheet, j, 2, tmp.get("drugTypeCode")+"");
|
|
|
addCell(sheet, j, 3, tmp.get("dosForm") + "");
|
|
|
addCell(sheet, j, 4, tmp.get("drugTypeCode")+"");
|
|
|
addCell(sheet, j, 5, tmp.get("unit") + "");
|