This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[专题][修改][修改列表,不展示已上架的数据]
release_toaliyun_real
luozukai
7 years ago
parent
cb1dbb8905
commit
298fc81ea1
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 7
- 0
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
View File
@@ -244,6 +244,7 @@
</foreach>
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
</sql>
@@ -414,6 +415,12 @@
#{typesItem}
</foreach>
</if>
<if test="0 == status ">
and c.id not in
(select coupon_id from wx_coupon_channel where tenant_id=#{tenantId} and status = 0)
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
</sql>
Write
Preview
Loading…
Cancel
Save