|
@@ -374,8 +374,8 @@ public class ContractInfoController extends BladeController {
|
|
|
*/
|
|
|
@PostMapping("/removeUserProjectInfoAndRoleById")
|
|
|
@ApiOperationSupport(order = 14)
|
|
|
- @ApiOperation(value = "逻辑删除当前项目下所有合同段角色信息", notes = "传入dataInfo内的id")
|
|
|
- public R removeUserProjectInfoAndRoleById(@ApiParam(value = "主键id", required = true) @RequestParam String id) {
|
|
|
+ @ApiOperation(value = "逻辑删除当前项目下所有合同段角色信息", notes = "传入dataInfo内的一个id")
|
|
|
+ public R removeUserProjectInfoAndRoleById(@ApiParam(value = "dataInfo内的一个id", required = true) @RequestParam String id) {
|
|
|
if (StringUtils.isEmpty(id)) {
|
|
|
throw new ServiceException("请选择要删除的数据");
|
|
|
}
|