huangzhiguo 1 rok temu
rodzic
commit
021911805c

+ 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 '医院'