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