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
gongbiao
7 years ago
parent
315767f6c3
commit
d9b876be5c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml
View File
@@ -116,7 +116,7 @@
and c.coupon_id=#{couponId}
</if>
<if test=" null != title and ''!=title">
and c.title
=#{title}
and c.title
like concat('%',#{title},'%')
</if>
</where>
</select>
Write
Preview
Loading…
Cancel
Save