luofl
2025-04-11 c5990f66b61e124ee678cbb60699d1135c965ce3
ruoyi-system/src/main/java/com/ruoyi/system/mapper/TContractMapper.java
@@ -35,7 +35,7 @@
     * 本月新增租户数
     * @return
     */
    Integer getCurrentMonthRentCount();
    Integer getCurrentMonthRentCount(@Param("businessDeptId") String businessDeptId);
    PageInfo<TContract> page(@Param("pageInfo") PageInfo<TContract> pageInfo,@Param("query") TContractQuery query);
}