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