瀏覽代碼

Merge branch 'feature/0812_opt' into test

Eric 11 月之前
父節點
當前提交
847764a237

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/TeacherServiceImpl.java

@@ -743,7 +743,7 @@ public class TeacherServiceImpl extends ServiceImpl<TeacherDao, Teacher> impleme
         // 重置学生关联客服绑定
         // 重置学生关联客服绑定
         studentService.update(null, new UpdateWrapper<Student>().lambda()
         studentService.update(null, new UpdateWrapper<Student>().lambda()
                 .eq(Student::getImCustomerId, imCustomerServiceId)
                 .eq(Student::getImCustomerId, imCustomerServiceId)
-                .set(Student::getImCustomerId, imCustomerServiceId)
+                .set(Student::getImCustomerId, "")
                 .set(Student::getCustomerId, null));
                 .set(Student::getCustomerId, null));
     }
     }