Merge branch 'macode20240818'
This commit is contained in:
commit
566f8a6b08
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue