| | |
| | | import com.ycl.entity.dict.DataDictionary; |
| | | import com.ycl.mapper.depart.UmsDepartMapper; |
| | | import com.ycl.mapper.dict.DataDictionaryMapper; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import javax.annotation.PostConstruct; |
| | | import javax.annotation.Resource; |
| | | import java.util.Objects; |
| | | |
| | |
| | | |
| | | @Resource |
| | | private UmsDepartMapper sccgDepartMapper; |
| | | |
| | | @Resource |
| | | DataDictionaryMapper dataDictionaryMapper; |
| | | private DataDictionaryMapper dataDictionaryMapper; |
| | | |
| | | // private static DepartListener departListener; |
| | | // |
| | | // @PostConstruct |
| | | // public void init(){ |
| | | // departListener = this; |
| | | // departListener.sccgDepartMapper = this.sccgDepartMapper; |
| | | // departListener.dataDictionaryMapper = this.dataDictionaryMapper; |
| | | // } |
| | | |
| | | @Override |
| | | public void invoke(UmsDepartDto umsDepartDto, AnalysisContext analysisContext) { |