| | |
| | | } |
| | | |
| | | @Override |
| | | public List<ProductNewPassStation> getProductPassStationListByEngineList(List<String> engineNoList) { |
| | | return productNewPassStationMapper.getProductPassStationListByEngineList(engineNoList); |
| | | } |
| | | |
| | | @Override |
| | | public void updatePassStationBySfcCode(String sfcCode) { |
| | | productNewPassStationMapper.updatePassStationBySfcCode(sfcCode); |
| | | } |
| | | |
| | | @Override |
| | | public void updateBoxCodeBySfcCode(String sfcCode, String newBoxCode) { |
| | | productNewPassStationMapper.updateBoxCodeBySfcCode(sfcCode, newBoxCode); |
| | | } |
| | | |
| | | @Override |
| | | public void insertPassStation(ProductNewPassStation productNewPassStation) { |
| | | productNewPassStationMapper.insertPassStation(productNewPassStation); |
| | | } |