Explorar el Código

[券订单[修改][SQL判断]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
8ecb2baddf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

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

@@ -474,7 +474,7 @@
<if test=" null != business ">
and c.business = #{business}
</if>
<if test=" null != verifyMerchantName ''!= verifyMerchantName ">
<if test=" null != verifyMerchantName and ''!= verifyMerchantName ">
and bu.verify_merchant_name = #{verifyMerchantName}
</if>


Cargando…
Cancelar
Guardar