|
|
@ -114,7 +114,7 @@ public class CustomerParameterServiceImpl implements CustomerParameterService { |
|
|
|
if (!customizeResult.success() && null == customizeResult.getData()) { |
|
|
|
throw new RenException("查询客户footbar信息异常"); |
|
|
|
} |
|
|
|
if(customizeResult.getData().getIsOddNum()){ |
|
|
|
if(!customizeResult.getData().getIsOddNum()){ |
|
|
|
//运营端错误信息是怎么显示的?
|
|
|
|
throw new RenException("只有footbar个数为奇数时,才可以选择此模式"); |
|
|
|
} |
|
|
|