|
|
|
@@ -54,12 +54,11 @@ public class WxFloatingLayerController extends BaseController { |
|
|
|
wxFloatingLayer.setStatus(EnumFloatingLayerStatus.STATUS_THROW_IN.getCode()); |
|
|
|
wxFloatingLayer.setTenantId(getTenantId()); |
|
|
|
try { |
|
|
|
wxFloatingLayerService.saveOrUpdate(wxFloatingLayer); |
|
|
|
return wxFloatingLayerService.saveOrUpdate(wxFloatingLayer); |
|
|
|
} catch (MallinkException e) { |
|
|
|
logger.error(e.getMessage()); |
|
|
|
return new ResultData(e.getErrorCode(), e.getMessage()); |
|
|
|
} |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("根据id更新接口") |
|
|
|
|