Browse Source

pc党建声音全部

dev
yinzuomei 3 years ago
parent
commit
d74e58201c
  1. 2
      epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleDao.xml

2
epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleDao.xml

@ -481,6 +481,7 @@
WHERE del_flag = '0'
AND article_id = a.id
AND agency_id = #{publishRangeId}
and PUBLISH_STATUS='published'
)
</when>
<otherwise>
@ -489,6 +490,7 @@
WHERE del_flag = '0'
AND article_id = a.id
AND grid_id = #{publishRangeId}
and PUBLISH_STATUS='published'
)
</otherwise>
</choose>

Loading…
Cancel
Save