Sfoglia il codice sorgente

[用户管理][修改][用户名查询]

release_toaliyun_real
gongbiao 6 anni fa
parent
commit
1b8331bdd5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Vedi File

@@ -36,8 +36,8 @@
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
</if>
<if test=" null != username ">
<if test=" null != username and ''!=username">
and `username` like concat('%', #{username},'%')
</if>



Caricamento…
Annulla
Salva