zhongrj
2024-04-15 2e918260f9c25b54b8c2c0f801a376ec1ac189df
src/main/java/org/springblade/modules/grid/service/IGridWorkLogService.java
@@ -42,9 +42,9 @@
   /**
    * 走访日志数量统计
    * @param gridId 网格id
    * @param gridCode 网格编号
    * @param status 状态
    * @return
    */
   Integer getGridWorkCountHandleCount(Integer gridId, Integer status);
   Integer getGridWorkCountHandleCount(String gridCode, Integer status);
}