@@ -103,7 +103,7 @@ public class FosterwxMobileController extends BaseController<FosterwxMobile> {
if (null == ajaxResult) return AjaxResult.success(HttpMsg.success, addHandle.getRaw().getId());
- return ajaxResult;
+ throw new RuntimeException((String) ajaxResult.get(AjaxResult.MSG_TAG));
}
@PostMapping("/editPro")