Commit 9476d5cd authored by alex yao's avatar alex yao

fix:过期

parent be5900a1
......@@ -43,7 +43,7 @@ public class MemberEquityScheduler {
Date currDateTime = DateUtils.getCurrDateTime();
for (BizMemberEquityEntity entity : entities) {
if (entity.getEquityLevel().equals(EquityEnum.TYPE.normal.name())) {
break;
continue;
}
if (currDateTime.after(entity.getExpiredDate())) {
ExpiredModifyEventInfo expiredModifyEventInfo = new ExpiredModifyEventInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment