微调
This commit is contained in:
@@ -136,7 +136,7 @@ public class LineWarningServiceImpl extends MppServiceImpl<LineWarningMapper, Li
|
|||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
public void startReport(OnlineParam.ReportParam param) {
|
public void startReport(OnlineParam.ReportParam param) {
|
||||||
//下发预告警单
|
//下发预告警单
|
||||||
warningLeafletService.createLeaflet(ProblemTypeEnum.ONLINE.getName(), IdUtil.fastSimpleUUID(), param.getId(), ProblemTypeEnum.ONLINE.getCode(),param.getType(),param.getIssueDetail());
|
warningLeafletService.createLeaflet(ProblemTypeEnum.ONLINE.getName(), "",IdUtil.fastSimpleUUID(), param.getId(), ProblemTypeEnum.ONLINE.getCode(),param.getType(),param.getIssueDetail());
|
||||||
//更新supervision_line_warning表字段信
|
//更新supervision_line_warning表字段信
|
||||||
LineWarning lineWarning = this.baseMapper.selectById(param.getId());
|
LineWarning lineWarning = this.baseMapper.selectById(param.getId());
|
||||||
if (lineWarning.getThresholdResource() == 0) {
|
if (lineWarning.getThresholdResource() == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user