Explorar el Código

Merge remote-tracking branch 'origin/develop' into develop

release_toaliyun_real
luozukai hace 7 años
padre
commit
3888352110
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 like concat('%',#{title},'%')
</if>
</where> </where>
</select> </select>


Cargando…
Cancelar
Guardar