提交 8d0c958a authored 作者: 李炎's avatar 李炎

sax

上级 c691112f
...@@ -102,6 +102,7 @@ public class SoSsCustomerServiceImpl implements SoSsCustomerService { ...@@ -102,6 +102,7 @@ public class SoSsCustomerServiceImpl implements SoSsCustomerService {
map.put("objAPIName", apiName); map.put("objAPIName", apiName);
map.put("masterDataId", dataMap.get("FItemID")); map.put("masterDataId", dataMap.get("FItemID"));
map.put("detailDataIds",new HashMap<>());
soSsRequestVo.setData(map); soSsRequestVo.setData(map);
} }
} catch (Exception e) { } catch (Exception e) {
......
...@@ -94,6 +94,7 @@ public class SoSsInventoryServiceImpl implements SoSsInventoryService { ...@@ -94,6 +94,7 @@ public class SoSsInventoryServiceImpl implements SoSsInventoryService {
masterField.put("objAPIName", apiName); masterField.put("objAPIName", apiName);
masterField.put("masterFieldVal", masterFieldVal); masterField.put("masterFieldVal", masterFieldVal);
masterField.put("detailFieldVals",new HashMap<>());
dataList.add(masterField); dataList.add(masterField);
} }
map.put("totalNum", data.get("ROWCOUNT")); map.put("totalNum", data.get("ROWCOUNT"));
......
...@@ -113,6 +113,7 @@ public class SoSsMaterialServiceImpl implements SoSsMaterialService { ...@@ -113,6 +113,7 @@ public class SoSsMaterialServiceImpl implements SoSsMaterialService {
masterField.put("objAPIName", apiName); masterField.put("objAPIName", apiName);
masterField.put("masterFieldVal", masterFieldVal); masterField.put("masterFieldVal", masterFieldVal);
masterField.put("detailFieldVals",new HashMap<>());
dataList.add(masterField); dataList.add(masterField);
} }
map.put("totalNum", data.get("RowCount")); map.put("totalNum", data.get("RowCount"));
......
...@@ -109,6 +109,7 @@ public class SoSsReceiptServiceImpl implements SoSsReceiptService { ...@@ -109,6 +109,7 @@ public class SoSsReceiptServiceImpl implements SoSsReceiptService {
masterField.put("objAPIName", apiName); masterField.put("objAPIName", apiName);
masterField.put("masterFieldVal", masterFieldVal); masterField.put("masterFieldVal", masterFieldVal);
masterField.put("detailFieldVals",new HashMap<>());
dataList.add(masterField); dataList.add(masterField);
} }
......
...@@ -119,6 +119,7 @@ public class SoSsSalesDeliveryServiceImpl implements SoSsSalesDeliveryService { ...@@ -119,6 +119,7 @@ public class SoSsSalesDeliveryServiceImpl implements SoSsSalesDeliveryService {
masterField.put("objAPIName", apiName); masterField.put("objAPIName", apiName);
masterField.put("masterFieldVal", masterFieldVal); masterField.put("masterFieldVal", masterFieldVal);
masterField.put("detailFieldVals",new HashMap<>());
dataList.add(masterField); dataList.add(masterField);
} }
return dataList; return dataList;
......
...@@ -112,6 +112,7 @@ public class SoSsSalesInvoiceServiceImpl implements SoSsSalesInvoiceService { ...@@ -112,6 +112,7 @@ public class SoSsSalesInvoiceServiceImpl implements SoSsSalesInvoiceService {
masterField.put("objAPIName", apiName); masterField.put("objAPIName", apiName);
masterField.put("masterFieldVal", masterFieldVal); masterField.put("masterFieldVal", masterFieldVal);
masterField.put("detailFieldVals",new HashMap<>());
dataList.add(masterField); dataList.add(masterField);
} }
return dataList; return dataList;
......
...@@ -115,6 +115,7 @@ public class SoSsSalesOrderServiceImpl implements SoSsSalesOrderService { ...@@ -115,6 +115,7 @@ public class SoSsSalesOrderServiceImpl implements SoSsSalesOrderService {
masterField.put("objAPIName", apiName); masterField.put("objAPIName", apiName);
masterField.put("masterFieldVal", masterFieldVal); masterField.put("masterFieldVal", masterFieldVal);
masterField.put("detailFieldVals",new HashMap<>());
dataList.add(masterField); dataList.add(masterField);
} }
return dataList; return dataList;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论