|
|
@@ -140,6 +140,8 @@ public class ThematicImpl implements ThematicService {
|
|
|
for (String cur : datas) {
|
|
|
String[] args = cur.split("\\|\\|");
|
|
|
String id = StringUtils.getUUID();
|
|
|
+ // 处理文件路径
|
|
|
+ args[1] = StringUtils.replaceEach(args[1], new String[]{"D:","\\"},new String[]{"","/"});
|
|
|
// 插入制图产品表
|
|
|
thematicMapper.addDetails(id, uuid, args[0], args[1], args[2]);
|
|
|
}
|