去掉注册腾讯IM账号拼接小助手字样

This commit is contained in:
feng
2025-12-08 15:22:59 +08:00
parent 36bbbbf180
commit 9916e792db
@@ -261,9 +261,9 @@ public class TXController {
if (loginUser != null) {
String personType = loginUser.getPersonType();
String aa = "";
if (StringUtils.equals(personType, "2")) {
/* if (StringUtils.equals(personType, "2")) {
aa = "(小助手)";
}
}*/
if (StringUtils.equals(personType, "3")) {
aa = "(专家)";
}
@@ -301,9 +301,9 @@ public class TXController {
String personType = loginUser.getPersonType();
String aa = "";
if (StringUtils.equals(personType, "2")) {
/* if (StringUtils.equals(personType, "2")) {
aa = "(小助手)";
}
}*/
if (StringUtils.equals(personType, "3")) {
aa = "(专家)";
}