This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
/、.optimize
release_toaliyun_real
xhxu
4 years ago
parent
9f68d599fe
commit
bf43ff880a
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java
+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java
View File
@@ -315,6 +315,9 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
return null;
}
cids.retainAll(mcids);
if(cids.isEmpty()){
return null;
}
wxCouponChannel.setCouponIds(cids);
List<WxCouponChannelVo> list = wxCouponChannelMapper.newfindCList(wxCouponChannel);
Write
Preview
Loading…
Cancel
Save