|
|
@@ -317,6 +317,9 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
params.put("channel", cli.getChannel());
|
|
|
if (null != cli.getBusinessScope())
|
|
|
params.put("businessScope", cli.getBusinessScope());
|
|
|
+ if (null != cli.getNature()){
|
|
|
+ params.put("nature", cli.getNature());
|
|
|
+ }
|
|
|
return params;
|
|
|
}
|
|
|
|