Commit 95f50612 by 熊付

【销售员】

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