|
|
@ -44,9 +44,9 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
|
@Service
|
|
|
|
@Service
|
|
|
|
public class EnsBatchExtractService extends EgovAbstractServiceImpl implements
|
|
|
|
public class EnsBatchExtractService extends EgovAbstractServiceImpl implements
|
|
|
|
IEnsBatchExtractService {
|
|
|
|
IEnsBatchExtractService {
|
|
|
|
@Value("${file.cmm.upload.root}")
|
|
|
|
@Value("${app.file.cmm.upload.root}")
|
|
|
|
private String fileRoot;
|
|
|
|
private String fileRoot;
|
|
|
|
@Value("${file.cmm.upload.post}")
|
|
|
|
@Value("${app.file.cmm.upload.post}")
|
|
|
|
private String filePost;
|
|
|
|
private String filePost;
|
|
|
|
|
|
|
|
|
|
|
|
private final IEnsBatchMapper mapper;
|
|
|
|
private final IEnsBatchMapper mapper;
|
|
|
|