Explorar el Código

[拼团营销分析][修改][查询]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
315767f6c3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml Ver fichero

@@ -115,6 +115,9 @@
<if test=" null != couponId and ''!=couponId"> <if test=" null != couponId and ''!=couponId">
and c.coupon_id=#{couponId} and c.coupon_id=#{couponId}
</if> </if>
<if test=" null != title and ''!=title">
and c.title=#{title}
</if>
</where> </where>
</select> </select>


Cargando…
Cancelar
Guardar