检查问题
This commit is contained in:
parent
671130f23d
commit
2f3c07aa38
|
|
@ -203,6 +203,7 @@ public class LeaseOutDetailsServiceImpl implements LeaseOutDetailsService {
|
|||
return AjaxResult.error("已领数量大于预领数量或该机具未在库");
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.error("出库失败", e.getMessage());
|
||||
return AjaxResult.error("出库失败");
|
||||
}
|
||||
return AjaxResult.success("出库成功");
|
||||
|
|
|
|||
Loading…
Reference in New Issue