| | |
| | | List<TemperingGlassInfo> layoutId = temperingAgoService.selectLayoutId(); |
| | | //进炉中的玻璃 |
| | | if (!layoutId.isEmpty()) { |
| | | for (int i = 0; i < layoutId.size(); i++){ |
| | | for (int i = 0; i < layoutId.size(); i++) { |
| | | List<TemperingGlassInfo> intoGlass = temperingAgoService.selectIntoGlass(layoutId.get(i)); |
| | | jsonObject.append("intoGlass"+(i+1), intoGlass); |
| | | jsonObject.append("intoGlass" + (i + 1), intoGlass); |
| | | } |
| | | // List<TemperingGlassInfo> intoGlass = temperingAgoService.selectIntoGlass(layoutId.get(0)); |
| | | // jsonObject.append("intoGlass", intoGlass); |