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
[detail][优化]:减少数据库访问,提高并发效率
release_toaliyun_real
Stormeye Wu
6 years ago
parent
38774d8aad
commit
0dddef24e2
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 1
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
View File
@@ -555,8 +555,7 @@
</select>
<select id="findVoStatusDetail" parameterType="java.lang.Long" resultMap="WxCouponCVoMapL">
select
<include refid="allColumns"/>
select id, remain_inventory, status
from wx_coupon
where id = #{id}
</select>
Write
Preview
Loading…
Cancel
Save