Sfoglia il codice sorgente

// test

release_toaliyun_real
xhxu 3 anni fa
parent
commit
17614595f5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml Vedi File

@@ -35,7 +35,7 @@
and `status` = #{status}
</if>
<if test=" null != name && '' != name">
<if test=" null != name and '' != name">
and `name` like concat('%', #{name},'%')
</if>


Caricamento…
Annulla
Salva