This commit is contained in:
linfso 2024-10-13 23:25:30 +08:00
parent a803841cff
commit 26ae38a4b1

View File

@ -297,7 +297,7 @@ public class EmisTmsCostFeeServiceImpl implements IEmisTmsCostFeeService
Long id=ids[i];
EmisTmsCostFee emisTmsCostFee=emisTmsCostFeeMapper.selectEmisTmsCostFeeById(id);
emisTmsCostFeeRelMapper.deleteEmisTmsCostFeeRelByCostNo(emisTmsCostFee.getCostNo());
emisTmsCostFeeRelMapper.deleteEmisTmsCostFeeRelById(id);
emisTmsCostFeeMapper.deleteEmisTmsCostFeeById(id);
}
return 1;