Browse Source

bug修改

master
sunyuchao 5 years ago
parent
commit
274e4c75e5
  1. 2
      epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerFunctionDetailDao.xml

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

@ -28,8 +28,8 @@
cfd.icon_large_img AS "iconLargeImg",
cfd.icon_small_img AS "iconSmallImg",
CONCAT(
'https://',
cfd.domain_name,
'/',
cfd.target_link
) AS "url",
cfd.display_order AS "dispalyOrder"

Loading…
Cancel
Save