Commit dc8e60e9 authored by suntao's avatar suntao

null exception

parent c7ebd19d
......@@ -233,7 +233,7 @@ public class ChannelConfUtil {
channelConfBaseModel.setEnv("");
channelConfBaseModel.setFundId(0);
channelConfBaseModel.setP2pFundId(0);
if(channelConfiguration.getXyqbProductId() != null){
if(StringUtils.isNotEmpty(channelConfiguration.getXyqbProductId())){
channelConfBaseModel.setBizType(Integer.valueOf(channelConfiguration.getXyqbProductId()));
}
channelConfBaseModel.setAesKey(channelConfiguration.getAesKey());
......
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