记录异常的修改

web_backend_develope
chenlw 8 years ago
parent 74939f3cdb
commit c821cffc4f

@ -115,7 +115,7 @@ public class DataInfoServiceImp implements DataInfoService {
} }
}catch(Exception e){ }catch(Exception e){
log.error(e.getMessage()); log.error(e);
} }
modelMap.addAttribute("page", pagerOptions); modelMap.addAttribute("page", pagerOptions);
modelMap.addAttribute("data", result); modelMap.addAttribute("data", result);

@ -76,6 +76,10 @@ public class ScriptMakeService implements IScriptMakeService {
for (PreDataInfo preDataInfo : systemInfoList) { for (PreDataInfo preDataInfo : systemInfoList) {
putSystemByAreaCode(map, preDataInfo.getAreaCode().toLowerCase(), preDataInfo); putSystemByAreaCode(map, preDataInfo.getAreaCode().toLowerCase(), preDataInfo);
} }
//TODO 新建 空 xml
XmlOperationByDom4j
.createNullXml(FileOperateHelper.addLastSeparator(dirpath)
+ "data_description_initialized.xml", "Data_info");
// 一个地区一个xml // 一个地区一个xml
for (String key : map.keySet()) { for (String key : map.keySet()) {
String areaPath = dirpath + key; String areaPath = dirpath + key;

Loading…
Cancel
Save