|
|
@ -43,9 +43,7 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
|
import java.util.HashMap; |
|
|
import java.util.*; |
|
|
import java.util.List; |
|
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 用户管理 |
|
|
* 用户管理 |
|
|
@ -323,6 +321,14 @@ public class SysUserServiceImpl extends BaseServiceImpl<SysUserDao, SysUserEntit |
|
|
if (null == userIds|| userIds.size()==0) { |
|
|
if (null == userIds|| userIds.size()==0) { |
|
|
return new Result().error("获取数据失败,请稍后再试"); |
|
|
return new Result().error("获取数据失败,请稍后再试"); |
|
|
} |
|
|
} |
|
|
|
|
|
// List<String> userIds = new ArrayList<>();
|
|
|
|
|
|
// userIds.add("1");
|
|
|
|
|
|
// userIds.add("1191537649498046465");
|
|
|
|
|
|
// userIds.add("1191991750497230850");
|
|
|
|
|
|
// userIds.add("1202853184647028738");
|
|
|
|
|
|
// userIds.add("1202861918488190977");
|
|
|
|
|
|
// userIds.add("1202868487573561345");
|
|
|
|
|
|
// userIds.add("1202886792501878786");
|
|
|
//2.获得两项openId
|
|
|
//2.获得两项openId
|
|
|
List<String> workOpenIds = baseDao.selectListOpenIds(userIds,"1"); |
|
|
List<String> workOpenIds = baseDao.selectListOpenIds(userIds,"1"); |
|
|
openIdDto.setWorkOpenIds(workOpenIds); |
|
|
openIdDto.setWorkOpenIds(workOpenIds); |
|
|
|