Compare commits
No commits in common. "566f8a6b0891403659febce307bb8ec1ad51bad5" and "6b707ff3530abe31244d7eeafb1b197bcbac6e87" have entirely different histories.
566f8a6b08
...
6b707ff353
|
|
@ -154,9 +154,6 @@ 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