src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -18,6 +18,8 @@ */ void dynamicProfit(Long orderId); void directProfit(Long orderId); void dynamicProfit(Long orderId, Integer isNormal); /** @@ -39,4 +41,20 @@ * 店补/董事 */ void storeAndDirectorProfit(Date profitDate); void scorePool(); void agentPerkJob(Date profitDate); void offLinePerkJob(Date profitDate); void teamEqualsPerkJob(Date profitDate); void mqPerkRetryJob(); void scoreRecordReleaseJob(); void achieveReleaseJob(); void selaHalfVoucher(String price); }