このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
server
/
formallProject
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
[专题][修改][修改列表,不展示已上架的数据]
release_toaliyun_real
luozukai
7年前
親
ae88ab1fdc
コミット
c0d2b76620
1個のファイルの変更
、
2行の追加
、
1行の削除
ユニファイド表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
ファイルの表示
@@ -416,10 +416,11 @@
</foreach>
</foreach>
</if>
</if>
<!--
<if test="0 == status ">
<if test="0 == status ">
and c.id not in
and c.id not in
(select coupon_id from wx_coupon_channel where tenant_id=#{tenantId} and status = 0)
(select coupon_id from wx_coupon_channel where tenant_id=#{tenantId} and status = 0)
</if>
</if>
-->
<if test=" null != sortColumns">order by ${sortColumns}</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
</sql>
</sql>
書き込み
プレビュー
読み込み中…
キャンセル
保存