代码优化
This commit is contained in:
@@ -157,7 +157,7 @@ public class EventDetailServiceImpl extends ServiceImpl<RmpEventDetailMapper, Rm
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Transactional(rollbackFor = Exception.class)
|
// @Transactional(rollbackFor = Exception.class)
|
||||||
public Boolean addEventDetail(EventDeatilDTO deatilDTO) {
|
public Boolean addEventDetail(EventDeatilDTO deatilDTO) {
|
||||||
RmpEventDetailPO rmpEventDetailPO = new RmpEventDetailPO();
|
RmpEventDetailPO rmpEventDetailPO = new RmpEventDetailPO();
|
||||||
// rmpEventDetailPO.setMeasurementPointId(deatilDTO.getMonitorId());
|
// rmpEventDetailPO.setMeasurementPointId(deatilDTO.getMonitorId());
|
||||||
|
|||||||
Reference in New Issue
Block a user