Commit 3b02cbda by xiaoer.li@freemud.com

增加换购券不可用门店

parent 7b2548fd
...@@ -732,7 +732,7 @@ public class CouponServiceImpl implements CouponService { ...@@ -732,7 +732,7 @@ public class CouponServiceImpl implements CouponService {
} }
} }
if (CollectionUtils.isNotEmpty(couPonstoreIds) && !couPonstoreIds.contains(storeId)) { if (CollectionUtils.isNotEmpty(couPonstoreIds) && !couPonstoreIds.contains(storeId)) {
// return null; return null;
} }
......
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