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

Loading…
Cancel
Save