吉安感知网项目-后端
rain
2026-01-23 f247e3eef107985b6dc7d2bc04803235570b15a7
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);
   /**