このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
server
/
formallProject
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
/、.optimize
release_toaliyun_real
xhxu
4年前
親
9f68d599fe
コミット
bf43ff880a
1個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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);
書き込み
プレビュー
読み込み中…
キャンセル
保存