| | |
| | | import org.springblade.core.mp.base.BaseServiceImpl; |
| | | import org.springblade.core.mp.support.Condition; |
| | | import org.springblade.core.mp.support.Query; |
| | | import org.springblade.core.secure.BladeUser; |
| | | import org.springblade.core.secure.utils.AuthUtil; |
| | | import org.springblade.core.tenant.BladeTenantProperties; |
| | | import org.springblade.core.tool.api.R; |
| | |
| | | return this.update(Wrappers.<User>lambdaUpdate().in(User::getId, userIds).set(User::getStrategyUpdateStatus,CommonConstant.IS_DEFAULT)); |
| | | } |
| | | |
| | | @Override |
| | | public List<UserVO> getByRoleUserList(BladeUser user, String roleName) { |
| | | |
| | | |
| | | return null; |
| | | } |
| | | |
| | | /** |
| | | * 时间格式转天 |
| | | * 日期时间格式转天 |
| | | * @param date |
| | | * @return |
| | | */ |