Просмотр исходного кода

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

release_toaliyun_real
Stormeye Wu 6 лет назад
Родитель
Сommit
0dddef24e2
1 измененных файлов: 1 добавлений и 2 удалений
  1. +1
    -2
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 1
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Просмотреть файл

@@ -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>


Загрузка…
Отмена
Сохранить