Explorar el Código

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

release_toaliyun_real
Stormeye Wu hace 6 años
padre
commit
0dddef24e2
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 1
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Ver fichero

@@ -555,8 +555,7 @@
</select> </select>


<select id="findVoStatusDetail" parameterType="java.lang.Long" resultMap="WxCouponCVoMapL"> <select id="findVoStatusDetail" parameterType="java.lang.Long" resultMap="WxCouponCVoMapL">
select
<include refid="allColumns"/>
select id, remain_inventory, status
from wx_coupon from wx_coupon
where id = #{id} where id = #{id}
</select> </select>


Cargando…
Cancelar
Guardar