Commit ef13a841 authored by zhengyi's avatar zhengyi

优惠列表状态查询的过期状态查询值状态修正

parent f5423e0f
......@@ -1269,7 +1269,7 @@ public class CouponServiceImpl extends AbstractService<CouponMapper, CouponDO> i
if (CollectionUtil.isNotEmpty(pageReqVO.getStatusList())){
if (pageReqVO.getStatusList().contains(2)){
// 包含已过期状态
pageReqVO.setOverdueStatus(true);
pageReqVO.setOverdueStatus(false);
if (pageReqVO.getStatusList().size() == 1){
pageReqVO.setStatusList(null);
}else {
......
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