Browse Source

楼长单元长类型,多选。

dev
yinzuomei 2 years ago
parent
commit
9f179cfe59
  1. 1
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CommunityBuildingManagerDao.xml

1
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CommunityBuildingManagerDao.xml

@ -33,6 +33,7 @@
( (
case when m.type='0' then '楼长' case when m.type='0' then '楼长'
when m.type='1' then '单元长' when m.type='1' then '单元长'
when m.type='0,1' or m.type='1,0' then '楼长,单元长'
else '-' else '-'
end end
)as typeName, )as typeName,

Loading…
Cancel
Save