Browse Source

陌生人导览获取首页配置sql语句添加排序字段

dev_shibei_match
sunyuchao 5 years ago
parent
commit
fcb5b8ba6b
  1. 1
      epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerHomeDetailDao.xml

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

@ -84,5 +84,6 @@
) a ) a
INNER JOIN customer_home_detail b ON a.id = b.HOME_ID AND b.DEL_FLAG = '0' INNER JOIN customer_home_detail b ON a.id = b.HOME_ID AND b.DEL_FLAG = '0'
LEFT JOIN home_component c ON b.COMPONENT_ID = c.id AND c.DEL_FLAG = '0' LEFT JOIN home_component c ON b.COMPONENT_ID = c.id AND c.DEL_FLAG = '0'
ORDER BY b.REGION DESC,b.DISPLAY_ORDER ASC
</select> </select>
</mapper> </mapper>
Loading…
Cancel
Save