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); /** * 统计总行数 @@ -47,7 +47,12 @@ */ Strategy queryByUserId(@Param("userId") Long userId); Strategy queryByIsDefault(); /** * 查询密码默认的策略 * @param tenantId * @return */ Strategy queryByIsDefault(@Param("tenantId") String tenantId); }