Browse Source

bugfix

dev_shibei_match
yinzuomei 4 years ago
parent
commit
10bf8d2cd6
  1. 2
      epmet-module/oper-crm/oper-crm-server/src/main/java/com/epmet/service/impl/CustomerParameterServiceImpl.java
  2. 3
      epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerFootBarDao.xml

2
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个数为奇数时,才可以选择此模式");
}

3
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
<where>

Loading…
Cancel
Save