Browse Source

返回所有字段

dev_shibei_match
jianjun 5 years ago
parent
commit
f5bcc43095
  1. 3
      epmet-module/oper-crm/oper-crm-server/src/main/resources/mapper/CustomerDao.xml

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

@ -72,8 +72,7 @@
</select>
<select id="getAllList" resultMap="customerMap">
SELECT
id,customer_name,title,organizationNumber,organizationImg,validityTime,customerAdmin,
organizationLevel,logo
*
FROM customer
WHERE
del_flag = '0'

Loading…
Cancel
Save