|
@@ -78,6 +78,7 @@ public class CentereventTEventtypeMonitorController extends BaseController {
|
|
|
@Log(title = "事件模版类型", businessType = BusinessType.INSERT)
|
|
|
@PostMapping
|
|
|
public AjaxResult add(@RequestBody CentereventTEventtypeMonitor centereventTEventtypeMonitor) {
|
|
|
+ centereventTEventtypeMonitor.setParentId(0L);
|
|
|
return toAjax(centereventTEventtypemonitorService.insertCentereventTEventtypeMonitor(centereventTEventtypeMonitor));
|
|
|
}
|
|
|
|