| | |
| | | map.put("message", "300"); |
| | | } else { |
| | | homeMapper.Inglassid(glass, cage, cell, tier); |
| | | spianMapper.UpdataAddCage1(glass.getWidth(), cage, cell); |
| | | spianMapper.UpdataAddCage1(glass.getGlassWidth(), cage, cell); |
| | | } |
| | | return Result.success(map); |
| | | } |
| | |
| | | return Result.success(map); |
| | | } |
| | | |
| | | |
| | | //手动添加扫码位玻璃 |
| | | @PostMapping("/InsertQueueGlassId") |
| | | public Result InsertQueueGlassId(String glassid) { |
| | | homeMapper.InsertQueueGlassId(glassid); |
| | | Map<String, Object> map = new HashMap<>(); |
| | | map.put("message", "200"); |
| | | return Result.success(map); |
| | | } |
| | | |
| | | } |