Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
server
/
formallProject
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
[代码][优化]:修复上次提交的代码问题
release_toaliyun_real
hupeng
7 yıl önce
ebeveyn
10767c2e3c
işleme
9a33d38ecc
1 değiştirilmiş dosya
ile
2 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+2
-1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
Dosyayı Görüntüle
@@ -204,6 +204,7 @@
<sql id="dynamicWhereConditionsForCoupon">
where 1 = 1
<if test=" null != id ">
and `id` = #{id}
@@ -214,7 +215,7 @@
</if>
<if test=" null == type ">
and
`type` < 7
and `type` < 7
</if>
<if test=" null != type ">
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet