mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-27 04:01:56 +08:00
Compare commits
2 Commits
master
...
47c2b686f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47c2b686f8 | ||
|
|
200c06a838 |
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user