zss
2023-09-25 d1ea726be5628c46fb6be700a0197002d55d39f1
inspect-server/src/main/java/com/yuanchu/mom/service/InspectUnacceptedService.java
@@ -17,26 +17,6 @@
public interface InspectUnacceptedService extends IService<InspectUnaccepted> {
    /**
     *查询成品不合格品检验单列表
     * @param
     * @param formTime
     * @param dealState
     * @return
     */
    IPage<Map<String, Object>> selectUnRawInspectsList(Page<Object> page, String formTime, Integer dealState, Integer productCategories);
    /**
     * 查询原材料不合格品检验单列表
     * @param page
     * @param formTime
     * @param productName
     * @param supplier
     * @param processingStatus
     * @return
     */
    IPage<Map<String, Object>> selectUnqualifiedRawMaterials(Page<Object> page, String formTime, String productName, String supplier, Integer processingStatus);
    /**
     * 不合格品处置分页列表
     * @param page
     * @param specificationModel
@@ -54,8 +34,6 @@
     */
    Integer descriptionUpdate(Integer rawUnacceptedId, String tell);
    //评审
    Integer rawEvaluate(Integer rawId, Integer passOrNo);
    @Transactional(rollbackFor = Exception.class)
    Integer editDisposalOpinionConfirmation(Integer rawUnacceptedId, String opinionTell, Integer way, Integer type);