Browse Source

Merge branch 'dev1.0' of http://git.elinkit.com.cn:7070/r/epmet-cloud into dev1.0-authlogin

dev_shibei_match
hosinokamui 6 years ago
parent
commit
ad88e9692f
  1. 2
      epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerHomeDetailDao.xml

2
epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerHomeDetailDao.xml

@ -49,6 +49,7 @@
a.DEL_FLAG = 0
AND a.CUSTOMER_ID = #{customerId}
AND a.CLIENT_TYPE = #{clientType}
and a.`STATUS`=1
ORDER BY
a.CREATED_TIME DESC
LIMIT 1
@ -65,6 +66,7 @@
SELECT
b.COMPONENT_ID,
c.COMPONENT_NAME,
c.COMPONENT_FRONT_ID,
b.REGION,
b.CONFIGURATION,
b.DEMO_DATA,

Loading…
Cancel
Save