Ver código fonte

/、.optimize

release_toaliyun_real
xhxu 4 anos atrás
pai
commit
362b914803
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxBusinessMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxBusinessMapper.xml Ver arquivo

@@ -90,10 +90,10 @@
<if test=" null != parentTenantId and '' != parentTenantId">
and cc.`parent_tenant_id` = #{parentTenantId}
</if>
<if test=" null != platCode and platCode = 1">
<if test=" null != platCode and platCode == 1">
and cc.target_ad = 1
</if>
<if test=" null != platCode and platCode = 3">
<if test=" null != platCode and platCode == 3">
and cc.target_ad = 101
</if>
) > 0


Carregando…
Cancelar
Salvar