dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(mall): 修复团队页面订单数量和金额的查询逻辑- 添加了对订单数量和金额的空值处理,避免返回 null - 优化了子查询的
Administrator
2025-05-19
6fee9b6efaf6320778e7d060953b2ca4b74936a9
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
vip
/
service
/
IVipCommonService.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.vip.service;
public interface IVipCommonService {
void getScore(Long orderId);
void levelUp(Long orderId);
void saleLevelUp(Long orderId);
}