Procházet zdrojové kódy

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

release_toaliyun_real
gongbiao před 6 roky
rodič
revize
1b8331bdd5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Zobrazit soubor

@@ -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>



Načítá se…
Zrušit
Uložit