禅道bug修改

This commit is contained in:
liang.chao 2024-08-21 19:35:57 +08:00
parent a423e5edac
commit 853af3721b
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ public class RepairServiceImpl implements RepairService {
if (!"0".equals(sfCosts.toString())) {
mapper.addRepairCost(bean, sfCosts, sfPart);
}
} else {
// 新增预报废记录
mapper.addRecord(bean);
}
return AjaxResult.success();
}