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

View File

@ -295,9 +295,7 @@ public class EmisTmsCostFeeServiceImpl implements IEmisTmsCostFeeService
{
for (int i=0;i<ids.length;i++){
Long id=ids[i];
EmisTmsCostFee emisTmsCostFee=emisTmsCostFeeMapper.selectEmisTmsCostFeeById(id);
emisTmsCostFeeRelMapper.deleteEmisTmsCostFeeRelByCostNo(emisTmsCostFee.getCostNo());
emisTmsCostFeeMapper.deleteEmisTmsCostFeeById(id);
deleteEmisTmsCostFeeById(id);
}
return 1;