| | |
| | | boolean claimInsOrderPlan(InsOrderPlanDTO entity); |
| | | |
| | | //普通的保存检验内容 |
| | | void saveInsContext(Map<String, Object> insContext); |
| | | void saveInsContext(Map<String, Object> insContext,Integer num); |
| | | |
| | | //电路试验的保存检验内容 |
| | | List<Integer> saveInsContext2(InsProductResultDto insProductResultDtos); |
| | |
| | | int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode); |
| | | |
| | | List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory, HttpServletRequest request); |
| | | List<InsProduct> getInsProduct2(Integer id, Integer type, String laboratory, HttpServletRequest request,Integer num); |
| | | |
| | | List<String> checkSubmitPlan(Integer orderId, String laboratory); |
| | | |
| | |
| | | |
| | | int deleteInsContext(InsProductResultVo insProductResultVo); |
| | | |
| | | int deleteInsContext2(String frequency, Integer productId, String often); |
| | | } |