特权期的计算逻辑

This commit is contained in:
2026-05-14 22:36:33 +08:00
parent c539363eaf
commit 5585f2c08a
4 changed files with 13 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ public interface ILbPurchaseApplyService extends IService<LbPurchaseApply> {
String applyPhone,
String colleagueName,
String teamLeader,
String teamBigLeader,
LocalDate applyDate);
Map<String, Object> listNeedPrivilegeRecommenders(LocalDate startDate, LocalDate endDate);