Explorar el Código

cuser

release_toaliyun_real
xhxu hace 5 años
padre
commit
380e847ad8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

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

@@ -298,7 +298,7 @@




<select id="selectById" parameterType="java.util.HashMap" resultMap="BaseResultMap"> <select id="selectById" parameterType="java.util.HashMap" resultMap="BaseResultMap">
select <include refid="allColumns"/> from wx_coupon c where id = #{id} and tenant_id = #{tenantId}
select <include refid="allColumns"/> ,c.html from wx_coupon c where id = #{id} and tenant_id = #{tenantId}
</select> </select>
<delete id="deleteById" parameterType="java.util.HashMap"> <delete id="deleteById" parameterType="java.util.HashMap">


Cargando…
Cancelar
Guardar