Browse Source

pppppppppp

dev
yinzuomei 3 years ago
parent
commit
2ce578e0eb
  1. 2
      epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueProjectCategoryDictDao.xml

2
epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueProjectCategoryDictDao.xml

@ -217,7 +217,7 @@
SELECT
c.*,
(
case when p.CATEGORY_NAME is not null and p.CATEGORY_NAME !='' then CATEGORY_NAME
case when p.CATEGORY_NAME is not null and p.CATEGORY_NAME !='' then p.CATEGORY_NAME
else ''
end
)as parentCategoryName

Loading…
Cancel
Save