fix:优化时间查询参数
This commit is contained in:
@@ -2564,6 +2564,7 @@ public class NodeServiceImpl extends ServiceImpl<SimulationNodeMapper, Simulatio
|
||||
|
||||
@Override
|
||||
public SdmResponse getAllUserTaskCompleteStatistics(GetAllUserTaskCompleteStatisticsReq req) {
|
||||
req.setTenantId(ThreadLocalContext.getTenantId());
|
||||
Map<Long, String> userId2Nickname;
|
||||
if (CollectionUtils.isEmpty(req.getUserIds())) {
|
||||
UserListReq userListReq = new UserListReq();
|
||||
|
||||
Reference in New Issue
Block a user