huangzhiguo 1 년 전
부모
커밋
021911805c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/main/resources/mappings/modules/user/NewCmClubMapper.xml

+ 2 - 1
src/main/resources/mappings/modules/user/NewCmClubMapper.xml

@@ -1462,7 +1462,8 @@
         WHEN c.firstClubType=2 THEN '生美'
         WHEN c.firstClubType=3 THEN '项目公司'
         WHEN c.firstClubType=4 THEN '个人'
-        ELSE '其他' END) AS firstClubType,
+        WHEN c.firstClubType=5 THEN '其他'
+        END) AS firstClubType,
         (CASE WHEN c.secondClubType=1 THEN '诊所'
         WHEN c.secondClubType=2 THEN '门诊'
         WHEN c.secondClubType=3 THEN '医院'