Revert "检查问题"

This reverts commit 4b31fba776.
This commit is contained in:
sxu 2024-11-14 19:14:22 +08:00
parent 4b31fba776
commit 371e0afd03
1 changed files with 0 additions and 5 deletions

View File

@ -208,11 +208,6 @@ public class LeaseOutDetailsServiceImpl implements LeaseOutDetailsService {
return AjaxResult.error("已领数量大于预领数量或该机具未在库");
}
} catch (Exception e) {
e.printStackTrace();
log.error(e.fillInStackTrace().toString());
log.error(e.getCause().toString());
log.error(e.getCause().getMessage());
log.error(e.getStackTrace().toString());
throw new ServiceException("出库异常");
}
return AjaxResult.success("出库成功");