龚焕茏
2024-07-09 c5c10c1bb95f5bb7fdc8b714c5c998e78c26e0f7
src/main/java/com/mindskip/xzs/repository/DeptQuestionMapper.java
@@ -16,7 +16,7 @@
    void add(@Param("deptQuestions") List<DeptQuestion> deptQuestions);
    void remove(@Param("questionId") Integer questionId, @Param("deptIds") List<Integer> deptIds);
    void remove(@Param("questionId") Integer questionId);
    /** 查询部门信息 */
    List<DeptQuestionVO> deptByQuestionId(@Param("questionId") Integer questionId);