fix: 1
This commit is contained in:
@@ -669,9 +669,7 @@ public class PdaJBServiceImpl implements PdaJBService {
|
||||
List<IOStorInvDisDto> disDtl = inBillService.getDisDtl(map);
|
||||
// 类型转换
|
||||
ArrayList<LinkedHashMap> tableMater = new ArrayList<>();
|
||||
disDtl.forEach(item -> {
|
||||
tableMater.add(JSONObject.parseObject(JSONObject.toJSONString(item), LinkedHashMap.class));
|
||||
});
|
||||
disDtl.forEach(item -> tableMater.add(JSONObject.parseObject(JSONObject.toJSONString(item), LinkedHashMap.class)));
|
||||
jsonMst.put("tableMater", tableMater);
|
||||
jsonMst.put("workorder_id", workorderId);
|
||||
return jsonMst;
|
||||
|
||||
Reference in New Issue
Block a user