问题修复
This commit is contained in:
parent
122630d711
commit
ce0f33fb63
|
|
@ -279,10 +279,11 @@ public class LeaseOutDetailsServiceImpl implements LeaseOutDetailsService {
|
|||
}else{
|
||||
return AjaxResult.success("出库时间修改成功,但该领料单存在已退料情况,无法冲减账单");
|
||||
}
|
||||
} else {
|
||||
//冲减帐
|
||||
int l = updateTimeAccount(bean);
|
||||
}
|
||||
// else {
|
||||
// //冲减帐
|
||||
// int l = updateTimeAccount(bean);
|
||||
// }
|
||||
|
||||
} catch (Exception e) {
|
||||
log.error("出库时间修改失败", e);
|
||||
|
|
|
|||
Loading…
Reference in New Issue