main
黄海 10 months ago
parent 8534867318
commit 3460f8e1cb

@ -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);

Loading…
Cancel
Save