|
|
|
@ -34,7 +34,8 @@ |
|
|
|
n.RELEASE_TIME AS noticeTime, |
|
|
|
SUBSTRING_INDEX(n.ALL_DEPT_NAMES,'-',-1) AS deptName, |
|
|
|
n.NOTICE_IMAGE_URL imgUrl, |
|
|
|
n.MOBILE mobile |
|
|
|
n.MOBILE mobile, |
|
|
|
n.NOTICE_VIDEO_URL AS noticeVideoUrl |
|
|
|
FROM |
|
|
|
epdc_notice n |
|
|
|
WHERE |
|
|
|
@ -112,7 +113,8 @@ |
|
|
|
SUBSTRING_INDEX(en.ALL_DEPT_NAMES,'-',-1) AS deptName, |
|
|
|
en.NOTICE_IMAGE_URL imgUrl, |
|
|
|
en.NOTICE_CONTENT noticeContent, |
|
|
|
en.MOBILE as mobile |
|
|
|
en.MOBILE as mobile, |
|
|
|
en.NOTICE_VIDEO_URL AS noticeVideoUrl |
|
|
|
FROM |
|
|
|
epdc_notice en |
|
|
|
RIGHT JOIN epdc_notice_department nd ON en.ID = nd.NOTICE_ID |
|
|
|
|