Explorar el Código

/、.test

release_toaliyun_real
xhxu hace 4 años
padre
commit
502194cf7b
Se han modificado 2 ficheros con 1 adiciones y 19 borrados
  1. +0
    -18
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 0
- 18
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Ver fichero

@@ -800,9 +800,6 @@
<if test=" null != parentTenantId and '' != parentTenantId"> <if test=" null != parentTenantId and '' != parentTenantId">
and co.`parent_tenant_id` = #{parentTenantId} and co.`parent_tenant_id` = #{parentTenantId}
</if> </if>
<if test=" null != cUserPhone and '' != cUserPhone">
and cu.`phone` = #{cUserPhone}
</if>


<if test=" null != couponOrderStatus "> <if test=" null != couponOrderStatus ">
and co.coupon_order_status = #{couponOrderStatus} and co.coupon_order_status = #{couponOrderStatus}
@@ -836,21 +833,6 @@
<if test=" null != orderId "> <if test=" null != orderId ">
and co.order_id = #{orderId} and co.order_id = #{orderId}
</if> </if>
<if test=" null != couponId ">
and c.id = #{couponId}
</if>
<if test=" null != title ">
and c.title like concat('%', #{title},'%')
</if>
<if test=" null != type ">
and c.`type` = #{type}
</if>
<if test=" null != business ">
and c.business = #{business}
</if>
<if test=" null != sourceType ">
and c.`source_type` = #{sourceType}
</if>
<if test=" null != couponIds"> <if test=" null != couponIds">
and co.coupon_id in and co.coupon_id in


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

@@ -756,7 +756,7 @@


<select id="newFindListCVo" parameterType="hashmap" resultType="com.iformall.domain.vo.WxMerchantVo"> <select id="newFindListCVo" parameterType="hashmap" resultType="com.iformall.domain.vo.WxMerchantVo">
select select
id,img_url imgUrl,name,link_phone linkPhone,status,business_id businessId
id,img_url merchantImgUrl,`name` merchantName,link_phone linkPhone,status,business_id businessId
FROM wx_merchant FROM wx_merchant
where is_del=0 where is_del=0
<if test=" null != tenantId and '' != tenantId"> <if test=" null != tenantId and '' != tenantId">


Cargando…
Cancelar
Guardar