Commit 47713995 by zhangkb

修改删除台账数据接口

parent 8db61f60
...@@ -121,7 +121,7 @@ public class ParameterCtrl { ...@@ -121,7 +121,7 @@ public class ParameterCtrl {
message.append(baseIndDef.getParameterObj()).append(";"); message.append(baseIndDef.getParameterObj()).append(";");
} }
LogManager.logInfo(Constants.LOG_INDICATOR_PARAMETER_API,"删除台账数据:{}",message.toString()); LogManager.logInfo(Constants.LOG_INDICATOR_PARAMETER_API,"删除台账数据:{}",message.toString());
parameterService.delete(ids); parameterService.deleteParameterData(ids);
} }
@ApiOperation(value = "根据id查询台账数据详情", notes = "根据id查询台账数据详情") @ApiOperation(value = "根据id查询台账数据详情", notes = "根据id查询台账数据详情")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment