Browse Source

服务器巡检bug修改

feature/syp_points
songyunpeng 5 years ago
parent
commit
6096432f21
  1. 4
      esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/ModuleCategoryDao.xml

4
esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/ModuleCategoryDao.xml

@ -72,8 +72,8 @@
select
CONCAT(PIDS,',',ID)
from epdc_module_category
where CATEGORY_CODE = #{noticeCategoryCode}
</select>
where CATEGORY_CODE = #{noticeCategoryCode} and DEL_FLAG = '0' limit 1
</select>
<select id="getModuleCategoryCodesHierarchy" resultType="java.lang.String">
select
CATEGORY_CODE

Loading…
Cancel
Save