问题修复

This commit is contained in:
hongchao 2025-08-01 09:42:49 +08:00
parent 122630d711
commit ce0f33fb63
1 changed files with 4 additions and 3 deletions

View File

@ -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);