Commit 28ad1119 by 王军业

[测试IDEA中的git]

1 parent f4c04cd7
...@@ -647,6 +647,8 @@ public class ContractServiceImpl implements ContractService { ...@@ -647,6 +647,8 @@ public class ContractServiceImpl implements ContractService {
} }
} }
} }
if(contractVo.getSalesperson_unid()==null && StringUtils.isNotBlank(importModel.getSalesperson_name())) { if(contractVo.getSalesperson_unid()==null && StringUtils.isNotBlank(importModel.getSalesperson_name())) {
Map tempMap=new HashMap(); Map tempMap=new HashMap();
tempMap.put("norm_type", "employee"); tempMap.put("norm_type", "employee");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!