linwei
2024-02-18 c1cb1198cd331fa949fc10fb7bd5c7093f47e61b
src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.java
@@ -45,9 +45,9 @@
   /**
    * 走访日志数量统计
    * @param gridId 网格id
    * @param gridCode 网格编号
    * @param status 状态
    * @return
    */
    Integer getGridWorkCountHandleCount(@Param("gridId") Integer gridId,@Param("status")  Integer status);
    Integer getGridWorkCountHandleCount(@Param("gridCode") String gridCode,@Param("status")  Integer status);
}