|
@@ -2,6 +2,7 @@ package cn.newfeifan.mall.module.distri.service.ptprofitlog;
|
|
|
|
|
|
import java.util.*;
|
|
import java.util.*;
|
|
import javax.validation.*;
|
|
import javax.validation.*;
|
|
|
|
+
|
|
import cn.newfeifan.mall.module.distri.controller.admin.ptprofitlog.vo.*;
|
|
import cn.newfeifan.mall.module.distri.controller.admin.ptprofitlog.vo.*;
|
|
import cn.newfeifan.mall.module.distri.dal.dataobject.ptprofitlog.PtProfitLogDO;
|
|
import cn.newfeifan.mall.module.distri.dal.dataobject.ptprofitlog.PtProfitLogDO;
|
|
import cn.newfeifan.mall.framework.common.pojo.PageResult;
|
|
import cn.newfeifan.mall.framework.common.pojo.PageResult;
|
|
@@ -61,12 +62,14 @@ public interface PtProfitLogService {
|
|
* @param caclEnum 日志模板
|
|
* @param caclEnum 日志模板
|
|
* @param amount 增加额度
|
|
* @param amount 增加额度
|
|
* @param afterAmount 增加之后的额度
|
|
* @param afterAmount 增加之后的额度
|
|
- * @param jsonString
|
|
|
|
|
|
+ * @param jsonString 百分比计算模板
|
|
*/
|
|
*/
|
|
void addMessage(Long userId, CaclEnum caclEnum, Integer amount, Integer afterAmount, String jsonString);
|
|
void addMessage(Long userId, CaclEnum caclEnum, Integer amount, Integer afterAmount, String jsonString);
|
|
|
|
+ void addMessage(Long userId, CaclEnum caclEnum, Integer amount, Integer afterAmount);
|
|
|
|
|
|
/**
|
|
/**
|
|
* 获取昨日的日志信息
|
|
* 获取昨日的日志信息
|
|
|
|
+ *
|
|
* @param sonsId
|
|
* @param sonsId
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|