src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -18,27 +18,18 @@ */ void dynamicProfit(Long orderId); void directProfit(Long orderId); void dynamicProfit(Long orderId, Integer isNormal); /** * 代理分红 */ void agentProfit(Date date); /** * 排名分红 */ void rankProfit(); /** * 感恩奖 */ void thankfulProfit(Date profitDate); /** * 店补/董事 */ void storeAndDirectorProfit(Date profitDate); void agentProfit(); void scorePool(); void selaHalfVoucher(String price); void allInternetProfit(); }