| | |
| | | @RequestMapping(value = "/node/update/auth") |
| | | @ManagerAuth |
| | | public R update(Node node){ |
| | | Node node1 = nodeService.selectByUuid(node.getName()); |
| | | if (!Cools.isEmpty(node1)) { |
| | | throw new CoolException("该编号/名称已存在"); |
| | | } |
| | | // Node node1 = nodeService.selectByUuid(node.getName()); |
| | | // if (!Cools.isEmpty(node1)) { |
| | | // throw new CoolException("该编号/名称已存在"); |
| | | // } |
| | | if (Cools.isEmpty(node) || null==node.getId()){ |
| | | return R.error(); |
| | | } |
| | |
| | | } |
| | | |
| | | }else { |
| | | locNo = param.getName()+"-" +String.format("%02d", r) + String.format("%02d", b) + String.format("%02d", l); |
| | | locNo = param.getName()+String.format("%02d", r) + String.format("%02d", b) + String.format("%02d", l); |
| | | } |
| | | |
| | | //客户要求格式位A-01-01-01 |