Commit 0e94179c authored by yexiong.wang's avatar yexiong.wang

edit

parent 76e93359
......@@ -79,7 +79,6 @@ public class VccRest {
* @return
*/
@PostMapping("/offline_repay/save_submit")
@OperateLog
public JsonResult saveSubmit(HttpServletRequest request, @RequestBody@Valid OfflineRepaySubmitParam param,BindingResult bindingResult){
if (bindingResult.hasErrors()){
return JsonResult.buildErrorStateResult(bindingResult.getFieldError().getField() + ":" + bindingResult.getFieldError().getDefaultMessage());
......
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