Explorar el Código

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

release_toaliyun_real
gongbiao hace 6 años
padre
commit
1b8331bdd5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Ver fichero

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



Cargando…
Cancelar
Guardar