|
|
|
@@ -87,10 +87,10 @@ public class WxCustomizeModuleController extends BaseController { |
|
|
|
return wxCustomizeModuleService.updateDefault(wxCustomizeModule); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("根据id删除接口") |
|
|
|
@ApiOperation("根据id查询接口") |
|
|
|
@GetMapping("/getById") |
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|
@SystemControllerLog(description = "-删除") |
|
|
|
@SystemControllerLog(description = "-查询") |
|
|
|
public ResultData getById(Long id) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxCustomizeModuleController::getById"); |
|
|
|
if(id == null){ |
|
|
|
|