Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/mapper/StrategyMapper.java
@@ -23,7 +23,7 @@ * @param page 分页对象 * @return 对象列表 */ IPage<Strategy> queryAllByPage(IPage page); IPage<Strategy> queryAllByPage(IPage page,@Param("tenantId") String tenantId); /** * 统计总行数