md
This commit is contained in:
parent
a803841cff
commit
26ae38a4b1
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user