Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/9828f46c632a1ac4cf2ec0a50429436cff8313bf?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:维修商

new-exam
wangxy 5 months ago
parent 5299b29042
commit 9828f46c63

@ -146,11 +146,6 @@ public class TdLeaveController extends BaseController
@ResponseBody
public AjaxResult examinesave(TdLeave tdLeave)
{
if (Objects.equals(tdLeave.getLeavestate(),"1")){
SysUser sysUser = userService.selectUserById(tdLeave.getUserId());
sysUser.setStatus("1");
userService.updateUser(sysUser);
}
return toAjax(tdLeaveService.updateTdLeave(tdLeave));
}

Loading…
Cancel
Save