mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
Compare commits
2 Commits
master
...
c619b09729
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c619b09729 | ||
|
|
200c06a838 |
@@ -144,7 +144,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