|
@@ -496,11 +496,9 @@ public class K3CustomerLogic {
|
|
|
if (StringUtils.isEmpty((String)row.get(16)) )
|
|
|
throw new RemoteServiceException("第"+index+"行,是否为集团公司(是/否)填入有误");
|
|
|
|
|
|
- kingDeeCustomer.setIsGroupCompany(((String)row.get(12)).equals("是")?true:false);
|
|
|
|
|
|
if (StringUtils.isEmpty((String)row.get(17)) )
|
|
|
throw new RemoteServiceException("第"+index+"行,是否拥有转折让钱包权限(是/否)填入有误");
|
|
|
- kingDeeCustomer.setIsZr(((String)row.get(13)).equals("是")?true:false);
|
|
|
|
|
|
|
|
|
kingDeeCustomer.setIsGroupCompany(((String)row.get(16)).equals("是")?true:false);
|