Sfoglia il codice sorgente

合同bug修复

release_toaliyun_real
furunxin 5 anni fa
parent
commit
dbc5043632
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Vedi File

@@ -214,6 +214,9 @@
<if test=" null != status ">
and `status` = #{status}
</if>
<if test=" null != type ">
and `type` = #{type}
</if>
order by create_date desc
</select>


Caricamento…
Annulla
Salva