添加问题新增校验
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ public class ProcessPartTypeApplyRecordController {
|
||||
@ApiOperationSupport(order = 5)
|
||||
@PostMapping(value = "/add")
|
||||
// @RequiresPermissions("keyPartBindingManage:add")
|
||||
public Result<T> add(@Validated @RequestBody ProcessPartTypeApplyRecord processPartTypeApplyRecord) {
|
||||
public Result<T> add(@RequestBody ProcessPartTypeApplyRecord processPartTypeApplyRecord) {
|
||||
String id = processPartTypeApplyRecordService.add(processPartTypeApplyRecord);
|
||||
return Result.OK(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user