parent
4b31fba776
commit
371e0afd03
|
|
@ -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("出库成功");
|
||||
|
|
|
|||
Loading…
Reference in New Issue