|
|
|
@ -2,6 +2,7 @@ package org.jeecg.modules.person.mapper; |
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
|
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
|
|
import org.apache.ibatis.annotations.Select; |
|
|
|
|
import org.jeecg.modules.person.vo.*; |
|
|
|
|
import org.jeecg.modules.person.entity.SysUser; |
|
|
|
|
import org.jeecg.modules.person.vo.*; |
|
|
|
@ -23,4 +24,10 @@ public interface ZyUserMapper extends BaseMapper<SysUser> { |
|
|
|
|
List<ZyIdentity1> getWorkIdentityByMachine(String id); |
|
|
|
|
|
|
|
|
|
List<GetWorker> getWorkByIdentityId(List<String> ids); |
|
|
|
|
|
|
|
|
|
@Select("select id,username,realname,avatar,sex,email,phone,status from sys_user") |
|
|
|
|
List<User1> getAllUsergk(); |
|
|
|
|
|
|
|
|
|
@Select("select count(1) from sys_user_role where user_id=#{id} and role_id='1601135568301318146'") |
|
|
|
|
Boolean isboolc(String id); |
|
|
|
|
} |
|
|
|
|