Browse Source

[detail][优化]:减少数据库访问,提高并发效率

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
0dddef24e2
1 changed files with 1 additions and 2 deletions
  1. +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>


Loading…
Cancel
Save