Compare commits

...

2 Commits

2 changed files with 11 additions and 0 deletions

View File

@ -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();
}

View File

@ -499,6 +499,7 @@
and bg.del_flag = 0
and bg.grade_value >= 70
and bw.awards_value >= 20
and a.enable_status = 0
</select>
<select id="batchQueryMemberRetailRangeByParent" resultMap="CuMemberRetailRangeExt">