## Feat - 清理数据Job (del_flag = 1 & 30天 awards/level/grade)
This commit is contained in:
parent
a0f69be043
commit
ae3b75ae33
|
@ -38,4 +38,14 @@ public interface IMemberJobServiceApi {
|
|||
* @return R<CuMemberRecharge>
|
||||
*/
|
||||
R<CuMemberRecharge> selectRechargeTotalAmount(Date startDate, Date endDate);
|
||||
|
||||
|
||||
/**
|
||||
* 自动清理垃圾数据
|
||||
* CU_MEMBER_AWARDS
|
||||
* CU_MEMBER_LEVEL
|
||||
* CU_MEMBER_GRADE
|
||||
* @return
|
||||
*/
|
||||
R autoDeleteGarbageData();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue