记得上下班打卡 | git大法好,push需谨慎

Commit 5ff0c57a authored by 胡佳晨's avatar 胡佳晨

修改 我得券 可使用券列表 隐藏无限的券

parent 75d2e6f3
...@@ -67,7 +67,7 @@ public class CandyCouponServiceImpl implements ICandyCouponService { ...@@ -67,7 +67,7 @@ public class CandyCouponServiceImpl implements ICandyCouponService {
continue; continue;
} }
if (type == 1) { if (type == 1) {
if (baseVo.getState().equals(3) || dtoItem.getState().equals(5)) { if (baseVo.getState().equals(3) || baseVo.getState().equals(5)|| dtoItem.getState().equals(2)) {
continue; continue;
} }
} else if (type == 2) { } else if (type == 2) {
......
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