Browse Source

实时动态、党建宣传里的标签,只展示show_flag='1'的

dev
yinzuomei 2 years ago
parent
commit
77c055ec7c
  1. 1
      epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/TagCustomerDao.xml

1
epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/TagCustomerDao.xml

@ -89,6 +89,7 @@
ts.CUSTOMER_ID = #{customerId}
AND tc.CUSTOMER_ID
AND ts.AGENCY_ID = #{agencyId}
and tc.SHOW_FLAG ='1'
ORDER BY
convert(tc.TAG_NAME USING gbk) ASC;
</select>

Loading…
Cancel
Save