|
|
|
@ -4,6 +4,7 @@ import com.xydl.cac.entity.*;
|
|
|
|
|
import com.xydl.cac.exception.BusinessException;
|
|
|
|
|
import com.xydl.cac.model.IcdAttUpdateModel;
|
|
|
|
|
import com.xydl.cac.repository.*;
|
|
|
|
|
import com.xydl.cac.service.DataService;
|
|
|
|
|
import com.xydl.cac.service.IcdFileConfigService;
|
|
|
|
|
import com.xydl.cac.util.IcdXmlUtil;
|
|
|
|
|
import com.xydl.cac.util.Md5;
|
|
|
|
@ -36,6 +37,8 @@ public class IcdFileConfigServiceImpl implements IcdFileConfigService {
|
|
|
|
|
private JdbcTemplate jdbcTemplate;
|
|
|
|
|
@Resource
|
|
|
|
|
RptparamindexRepository rptparamindexRepository;
|
|
|
|
|
@Resource
|
|
|
|
|
DataService dataService;
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public void upload(String xml) throws Exception {
|
|
|
|
@ -166,6 +169,7 @@ public class IcdFileConfigServiceImpl implements IcdFileConfigService {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public void clearAll() {
|
|
|
|
|
dataService.clearAllBind();
|
|
|
|
|
instRepository.deleteAll();
|
|
|
|
|
attRepository.deleteAll();
|
|
|
|
|
configRepository.deleteAll();
|
|
|
|
|