| | |
| | | @Autowired |
| | | SpianService spianService; |
| | | |
| | | |
| | | public void AddOutSliceS(String[][] AluminumFrames) throws SQLException { |
| | | // int sequence = homeMapper.SelectMaxSquence(); |
| | | |
| | |
| | | homeMapper.DeleteByGlassID(glassid); |
| | | } |
| | | |
| | | public Result FrameStateUpdate(String frameno, String framestate) { |
| | | homeMapper.FrameStateUpdate(frameno, framestate); |
| | | //修改铝框确认状态 |
| | | public Result FrameStateUpdate(String frameno) { |
| | | homeMapper.FrameStateUpdate(frameno); |
| | | Map<String, Object> map = new HashMap<>(); |
| | | map.put("message", "200"); |
| | | return Result.success(map); |
| | | } |
| | | //查询当前铝框 |
| | | public Out_slice SelectCurrentFrame() { |
| | | return homeMapper.SelectCurrentFrame(); |
| | | } |
| | | |
| | | } |