|
|
@ -162,7 +162,7 @@ public class CodeScanningAlarmController extends BaseController { |
|
|
|
} |
|
|
|
DcWarning dcWarning = new DcWarning(); |
|
|
|
dcWarning.setId(oldData.get("id").toString()); |
|
|
|
dcWarning.setOtherConfig(String.valueOf(JSONObject.parseObject(JSONObject.toJSONString(otherConfig)))); |
|
|
|
dcWarning.setOtherConfig(otherConfig.toJSONString()); |
|
|
|
dcWarningService.updateDcWarning(dcWarning); |
|
|
|
|
|
|
|
DcEventProcess dcEventProcess = new DcEventProcess(); |
|
|
|