@ -686,7 +686,7 @@ public class TeacherController extends Controller {
@IsSysAdminInterface({"1", "4"})
public void clearWxOpenId(String person_id) {
tm.clearWxOpenId(person_id);
Map map = new HashMap();
Map<String, Object> map = new HashMap<>();
map.put("success", true);
map.put("message", "保存成功!");
renderJson(map);