Compare commits

..

No commits in common. "49e4d7141821da8a87cc8cae9fd73ff274ab1729" and "d574b937b501116046ab2e7c55b307ea6123320d" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -38,14 +38,4 @@ 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,7 +499,6 @@
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">