feat:题库导出问题bug修改

kingbase
wangxy 9 months ago
parent edf5cb0ad0
commit 96e1ec7a21

@ -73,7 +73,7 @@ public class SysProfileController extends BaseController
return prefix + "/resetPwd"; return prefix + "/resetPwd";
} }
@Log(title = "重置密码", businessType = BusinessType.UPDATE) @Log(title = "重置密码", businessType = BusinessType.RESET)
@PostMapping("/resetPwd") @PostMapping("/resetPwd")
@ResponseBody @ResponseBody
public AjaxResult resetPwd(String oldPassword, String newPassword) public AjaxResult resetPwd(String oldPassword, String newPassword)

@ -78,7 +78,7 @@ public enum BusinessType
CHECK, CHECK,
/** /**
* *
*/ */
RESET, RESET,

Loading…
Cancel
Save