zouyu
2 天以前 9ec2148cd94036307d58c41aa12fa27def757ee5
inspect-server/src/main/java/com/ruoyi/inspect/service/InsUnqualifiedHandlerService.java
@@ -1,6 +1,7 @@
package com.ruoyi.inspect.service;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -26,7 +27,7 @@
    Result pushOA(PushOADto pushOADto);
    void unqualifiedHandlerOACallback(Long oaWorkId, String checkResult, JSONArray objects);
    void unqualifiedHandlerOACallback(Long oaWorkId, String checkResult, JSONObject response);
    List<CommonOa> getOaFlow(Integer id);
@@ -36,8 +37,9 @@
    UnqualifiedHandlerDto getUnqualifiedHandler(Integer id);
    boolean deleteUnqualifiedHandler(Integer id);
    boolean deleteUnqualifiedHandler(String groupId);
    void exportUnqualifiedHandler(UnqualifiedHandlerDto unqualifiedHandlerDto, HttpServletResponse response);
    List<Integer> getList();
}