Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
server
/
formallProject
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
[用户管理][修改][用户名查询]
release_toaliyun_real
gongbiao
6 anni fa
parent
ac183cbeee
commit
1b8331bdd5
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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>
Scrivi
Anteprima
Caricamento…
Annulla
Salva