|
|
|
@ -116,9 +116,10 @@ public class InvMAOrderDetailServiceImpl implements InvMAOrderDetailService {
|
|
|
|
|
if (invMaintenanceOrderDetailEntity.getCount() > 1) {
|
|
|
|
|
invMaintenanceOrderDetailEntity.setCount(invMaintenanceOrderDetailEntity.getCount() - 1);
|
|
|
|
|
invMAOrderDetailDao.updateByPrimaryKey(invMaintenanceOrderDetailEntity);
|
|
|
|
|
} else {
|
|
|
|
|
//养护数量为1,直接删除养护记录详情
|
|
|
|
|
invMAOrderDetailDao.deleteByPrimaryKey(id);
|
|
|
|
|
}
|
|
|
|
|
//养护数量为1,直接删除养护记录详情
|
|
|
|
|
invMAOrderDetailDao.deleteByPrimaryKey(id);
|
|
|
|
|
return ResultVOUtils.success();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|