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

This commit is contained in:
刘继东 2024-02-04 05:27:01 +00:00 committed by Gitee
commit 47025a0ee8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

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