新增获取最大代号项目

This commit is contained in:
2025-12-01 14:34:17 +08:00
parent 0f0e6890de
commit 79d0e8b80a
5 changed files with 26 additions and 0 deletions

View File

@@ -91,4 +91,7 @@ public interface SysOaProjectMapper extends BaseMapperPlus<SysOaProjectMapper, S
BigDecimal selectPrevAvgContractCount(@Param("start") Date start, @Param("end") Date end, @Param("tradeType") Long tradeType);
BigDecimal selectPrevAvgExpiringCount(@Param("start") Date start, @Param("end") Date end, @Param("tradeType") Long tradeType);
SysOaProjectVo getMaxCodeProject(@Param("prefix") String prefix);
}