This commit is contained in:
2025-08-15 15:35:29 +08:00
parent 06976f5ef0
commit f342918a8d

View File

@@ -94,7 +94,9 @@ public class CphGoodApplyController extends BaseController {
Object total = ajaxResult.get("data");
Page page = (Page) total;
list.add("rwgl-" + page.getTotal());
String username = new String();
return AjaxResult.success(list);
}
@PreAuthorize("@ss.hasPermi('home:fdy:undo1')")