Commit d16cae89 authored by chenzhao's avatar chenzhao

修改bug

parent daf07cbc
......@@ -1043,9 +1043,8 @@ public class ExcelServiceImpl {
item.setEquipName(equipCategory[0]);
item.setEquipCategoryId(Long.parseLong(equipCategory[2]));
item.setEquipCategoryName(equipCategory[3]);
}
if(item.getContactUser() != null) {
if (item.getContactUser() != null) {
String[] contactUser = item.getContactUser().split("@");
item.setContactUser(contactUser[0]);
item.setContactUserId(contactUser[1]);
......
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