Browse Source

获取客户列表修改

dev
zhaoqifeng 5 years ago
parent
commit
b86bb0e139
  1. 2
      epmet-module/oper-crm/oper-crm-client/src/main/java/com/epmet/dto/result/CustomerListResultDTO.java
  2. 2
      epmet-module/oper-crm/oper-crm-server/src/main/resources/mapper/CustomerDao.xml

2
epmet-module/oper-crm/oper-crm-client/src/main/java/com/epmet/dto/result/CustomerListResultDTO.java

@ -34,7 +34,7 @@ public class CustomerListResultDTO implements Serializable {
/**
* 客户组织级别0.省级1市级2.区县级3.乡镇街道级 字典表keyorganizationlevel
*/
private String organizationLevels;
private String organizationLevel;
/**
* 客户logo
*/

2
epmet-module/oper-crm/oper-crm-server/src/main/resources/mapper/CustomerDao.xml

@ -110,7 +110,7 @@
CUSTOMER_NAME,
TITLE,
VALIDITY_TIME,
ORGANIZATION_LEVELS,
ORGANIZATION_LEVEL,
LOGO,
GRID_NUMBER
FROM customer

Loading…
Cancel
Save