|
|
@@ -68,7 +68,7 @@ public class RDContorller extends BaseApiController {
|
|
|
|
|
|
|
|
|
@RequestMapping(value="/update",method = RequestMethod.POST)
|
|
|
- public Result update(@Validated InputRdDetails in ,BindingResult bindingResult) {
|
|
|
+ public Result update( InputRdDetails in ,BindingResult bindingResult) {
|
|
|
Result res= new Result();
|
|
|
if (bindingResult.hasErrors()) {
|
|
|
res.getError().add(buildErrorByMsg(bindingResult.getFieldError().getDefaultMessage(),
|