Pre Merge pull request !358 from 刘继东/N/A

pull/358/MERGE
刘继东 6 months ago committed by Gitee
commit c619b09729
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -144,7 +144,7 @@ public class BaseController
*/ */
protected AjaxResult toAjax(int rows) protected AjaxResult toAjax(int rows)
{ {
return rows > 0 ? AjaxResult.success() : AjaxResult.error(); return rows > 0 ? AjaxResult.success(rows) : AjaxResult.error();
} }
/** /**

Loading…
Cancel
Save