| | |
| | | import org.springframework.http.MediaType; |
| | | import org.springframework.http.ResponseEntity; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springframework.web.client.RestTemplate; |
| | | |
| | | import java.util.ArrayList; |
| | |
| | | return apsWorkOrderProcessMapper.deleteApsWorkOrderProcessById(id); |
| | | } |
| | | |
| | | @Transactional(rollbackFor = Exception.class) |
| | | @Override |
| | | public void getWorkOrderProcessFromU9(List<String> docNos) throws Exception { |
| | | List<String> noProcessDocNos = new ArrayList<>(docNos); |