Ver código fonte

fix business

release_toaliyun_real
lin 3 anos atrás
pai
commit
7090c364ba
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxBusinessMapper.xml

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

@@ -95,6 +95,9 @@
<if test=" 1 == isRoot">
and `parent_id` is null
</if>
<if test=" null != isDel ">
and `is_del` = #{isDel}
</if>
order by create_date asc
</select>



Carregando…
Cancelar
Salvar