Explorar el Código

Merge branch 'develop' of https://git.youlane.cn/server/formallProject into develop

release_toaliyun_real
hupeng hace 6 años
padre
commit
799df2c52a
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 "> <if test=" null != business ">
and c.business = #{business} and c.business = #{business}
</if> </if>
<if test=" null != verifyMerchantName ''!= verifyMerchantName ">
<if test=" null != verifyMerchantName and ''!= verifyMerchantName ">
and bu.verify_merchant_name = #{verifyMerchantName} and bu.verify_merchant_name = #{verifyMerchantName}
</if> </if>


Cargando…
Cancelar
Guardar