Merge branch 'macode20240818'

This commit is contained in:
liang.chao 2024-08-21 19:39:00 +08:00
commit 566f8a6b08
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();
}