Commit daf07cbc authored by chenzhao's avatar chenzhao

修改bug

parent e73c1624
......@@ -1045,6 +1045,11 @@ public class ExcelServiceImpl {
item.setEquipCategoryName(equipCategory[3]);
}
if(item.getContactUser() != null) {
String[] contactUser = item.getContactUser().split("@");
item.setContactUser(contactUser[0]);
item.setContactUserId(contactUser[1]);
}
item = Bean.toPo(getCurrentInfo(), item);
waterResourceServiceImpl.importByExcel(item);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment