|
|
@ -180,6 +180,7 @@ public class RelCodeBatchService extends ServiceImpl<RelCodeBatchMapper, RelCode
|
|
|
|
return this.baseMapper.filterList(relCodeBatchRequest);
|
|
|
|
return this.baseMapper.filterList(relCodeBatchRequest);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
public void delete(Long id) {
|
|
|
|
public void delete(Long id) {
|
|
|
|
if(id == null){
|
|
|
|
if(id == null){
|
|
|
|
throw new JsonException("id 不能为空");
|
|
|
|
throw new JsonException("id 不能为空");
|
|
|
|