|
@@ -153,7 +153,7 @@ public class OrderImport extends Controller {
|
|
|
// 华为云
|
|
|
e = getPostExcelFactory(content.getLong("attachmentid"));
|
|
|
// 本地
|
|
|
- // e = getPostExcelFactory();
|
|
|
+ //e = getPostExcelFactory();
|
|
|
|
|
|
// Rows keyRow = dbConnect.runSqlQuery("select fagentnum,faddress from tagents
|
|
|
// where 1=2");
|
|
@@ -299,6 +299,7 @@ public class OrderImport extends Controller {
|
|
|
//批量查询商品信息
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("itemid", row.getLong("itemid"));
|
|
|
+ jsonArray=new JSONArray();
|
|
|
jsonArray.add(jsonObject);
|
|
|
RowsMap itemRowsMap = orderItemsHelper.getItemRowsMap(jsonArray);
|
|
|
BigDecimal saleprice = orderItemsHelper.getSalePrice(orderRows.get(0), itemPrice,item,itemRowsMap);
|