diff --git a/epmet-module/oper-crm/oper-crm-server/src/main/java/com/epmet/service/impl/CustomerParameterServiceImpl.java b/epmet-module/oper-crm/oper-crm-server/src/main/java/com/epmet/service/impl/CustomerParameterServiceImpl.java index 714dbcbf79..f00c91d57e 100644 --- a/epmet-module/oper-crm/oper-crm-server/src/main/java/com/epmet/service/impl/CustomerParameterServiceImpl.java +++ b/epmet-module/oper-crm/oper-crm-server/src/main/java/com/epmet/service/impl/CustomerParameterServiceImpl.java @@ -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个数为奇数时,才可以选择此模式"); } diff --git a/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerFootBarDao.xml b/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerFootBarDao.xml index 7948081241..bb5117f8bb 100644 --- a/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerFootBarDao.xml +++ b/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerFootBarDao.xml @@ -66,7 +66,8 @@ created_by, created_time, updated_by, - updated_time + updated_time, + FLOAT_ICON_PATH FROM customer_foot_bar