This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
server
/
formallProject
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
[代码][优化]:修复上次提交的代码问题
release_toaliyun_real
hupeng
пре 7 година
родитељ
10767c2e3c
комит
9a33d38ecc
1 измењених фајлова
са
2 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
Прегледај датотеку
@@ -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 ">
Write
Preview
Loading…
Откажи
Сачувај