Commit aba27531 authored by chenzhao's avatar chenzhao

修改bug

parent 7e9a4d0d
...@@ -747,6 +747,7 @@ public class ExcelServiceImpl { ...@@ -747,6 +747,7 @@ public class ExcelServiceImpl {
String[] tempCompany = firefighters.getCompanyName().split("@"); String[] tempCompany = firefighters.getCompanyName().split("@");
firefighters.setCompanyName(tempCompany[0]); firefighters.setCompanyName(tempCompany[0]);
firefighters.setCompanyCode(tempCompany[1]); firefighters.setCompanyCode(tempCompany[1]);
firefighters.setCompany(tempCompany[1]);
OrgUsr result = orgUsrService.getById(Long.valueOf(tempCompany[1])); OrgUsr result = orgUsrService.getById(Long.valueOf(tempCompany[1]));
firefighters.setBizOrgName(tempCompany[0]); firefighters.setBizOrgName(tempCompany[0]);
firefighters.setBizOrgCode(result.getBizOrgCode()); firefighters.setBizOrgCode(result.getBizOrgCode());
......
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