| | |
| | | } |
| | | String balanceSplit = ""; |
| | | String boxCodeSplit = ""; |
| | | if ("380".equals(productType)){ |
| | | // ArrayList<String> xtList = ListUtil.toList(boxCode.split(";")); |
| | | ArrayList<String> xtList = ListUtil.toList(boxCode.split(",")); |
| | | ArrayList<String> czList = ListUtil.toList(balanceCode.split(";")); |
| | |
| | | productNewPassStationMapper.updatePassStationBalanceCode(newPassStation.getSfcCode(),balanceCode); |
| | | } |
| | | } |
| | | } else if ("196".equals(productType)) { |
| | | // ReadWriteEntity entity6 = new ReadWriteEntity("CFL4HX.OP040.CodeComplete", 1); |
| | | // miloService.writeToOpcByte(entity6); |
| | | } |
| | | |
| | | return R.ok(resultList); |
| | | } |
| | | |