|
@@ -1,10 +1,8 @@
|
|
|
package com.gis.admin.mapper.provider;
|
|
|
|
|
|
-import com.gis.common.base.entity.dto.PageDto;
|
|
|
import com.gis.common.base.entity.dto.UserPageDateDto;
|
|
|
import lombok.extern.log4j.Log4j2;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
-import org.apache.ibatis.annotations.Select;
|
|
|
|
|
|
|
|
|
/**
|
|
@@ -14,9 +12,7 @@ import org.apache.ibatis.annotations.Select;
|
|
|
public class SysUserProvider {
|
|
|
|
|
|
|
|
|
-// @Select(value = "select a.*, b.role_id as roleId, c.role_name as roleName, c.role_key as roleKey from sys_user a " +
|
|
|
-// "left join sys_user_role b on b.user_id = a.id " +
|
|
|
-// "left join sys_role c on c.id=b.role_id where a.is_delete = 0 ")
|
|
|
+
|
|
|
|
|
|
public String search(UserPageDateDto param) {
|
|
|
StringBuffer sql = new StringBuffer(
|