吉安感知网项目-后端
linwei
2026-06-09 c5891a3a547c86e523863becbf90d3f146b67044
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdClueEventMapper.java
@@ -61,7 +61,8 @@
    * @param onlyMine
    * @return
    */
   List<GdClueEventListVO> selectGdClueEventSimpleList(@Param("deptId") Long deptId, @Param("userId") Long userId, @Param("onlyMine") Integer onlyMine);
   List<GdClueEventListVO> selectGdClueEventSimpleList(@Param("deptId") Long deptId, @Param("userId") Long userId,
         @Param("onlyMine") Integer onlyMine, @Param("keyword") String keyword);
   /**
    * 详情查询
@@ -79,7 +80,8 @@
    * @param userId
    * @return
    */
   GdClueEventCountVO selectGdClueEventCount(@Param("deptId") Long deptId, @Param("userId") Long userId);
   GdClueEventCountVO selectGdClueEventCount(@Param("deptId") Long deptId, @Param("userId") Long userId,
         @Param("keyword") String keyword);
   /**