|
|
|
@ -47,6 +47,7 @@ import com.spring.modules.sys.dao.SysMenuDao; |
|
|
|
import com.spring.modules.sys.dao.SysUserDao; |
|
|
|
import com.spring.modules.sys.entity.SysRoleEntity; |
|
|
|
import com.spring.modules.sys.entity.SysUserEntity; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.apache.shiro.SecurityUtils; |
|
|
|
import org.slf4j.Logger; |
|
|
|
@ -65,6 +66,7 @@ import java.util.stream.Collectors; |
|
|
|
import static com.spring.modules.base.utils.CommonUtils.*; |
|
|
|
|
|
|
|
@Service |
|
|
|
@Slf4j |
|
|
|
public class ChangeManagementServiceImpl extends ServiceImpl<ChangeManagementMapper, ChangeRequestEntity> implements ChangeManagementService { |
|
|
|
|
|
|
|
//记录日志使用 |
|
|
|
|