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
[BUG][修复]:小程序营销数据排序问题
release_toaliyun_real
hupeng
7 years ago
parent
80f14c0093
commit
abc01a8527
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
+ 1
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
View File
@@ -143,6 +143,7 @@
<if test="couponTitle != null">
<if test="couponTitle != null">
and view_coupon_data.couponTitle like concat('%', #{couponTitle},'%')
and view_coupon_data.couponTitle like concat('%', #{couponTitle},'%')
</if>
</if>
order by view_coupon_data.createTime desc
</select>
</select>
Write
Preview
Loading…
Cancel
Save