package com.highdatas.mdm.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.google.gson.JsonObject;
import com.highdatas.mdm.entity.Maintain;
import com.highdatas.mdm.entity.SysField;
import com.highdatas.mdm.entity.TUser;
import com.highdatas.mdm.entity.TableSchemaResult;
import com.highdatas.mdm.mapper.MaintainFieldMapper;
import com.highdatas.mdm.mapper.MasterModifiedMapper;
import com.highdatas.mdm.mapper.TableInfoMapper;
import com.highdatas.mdm.pojo.ActivitiStatus;
import com.highdatas.mdm.pojo.Segment;
import com.highdatas.mdm.service.*;
import com.highdatas.mdm.util.Constant;
import com.highdatas.mdm.util.DbUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
import java.util.*;
import java.util.stream.Collectors;
/**
*
* 服务实现类
*
*
* @author kimi
* @since 2020-03-11
*/
@Service
public class MasterModifiedServiceImpl implements IMasterModifiedService {
@Autowired
IMaintainService maintainService;
@Autowired
ISysFieldService fieldService;
@Autowired
MasterModifiedMapper masterModifiedMapper;
@Autowired
TableInfoMapper tableInfoMapper;
@Autowired
IMaintainFieldService maintainFieldService;
@Autowired
ITUserService userService;
@Autowired
MaintainFieldMapper maintainFieldMapper;
@Autowired
MasterDataService masterDataService;
public static final String master_id = "master_id";
public static final String pre_record = "pre_record";
public static final String table_name = "table_name";
public static final String master_modified = "master_modified";
@Override
public Map getModifiedUserById(String maintainId, String masterId) {
return null;
}
@Override
public List