소스 검색

/、.optimize

release_toaliyun_real
xhxu 4 년 전
부모
커밋
bf43ff880a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java 파일 보기

@@ -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);


불러오는 중...
취소
저장