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

This commit is contained in:
刘继东
2025-03-06 03:10:11 +00:00
committed by Gitee

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();
}
/**