This commit is contained in:
jiask 2026-02-05 18:40:21 +08:00
commit 979610f496
1 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ public class IndexHomeDetailsController extends BaseController<IndexHomeDetailsB
}
@RequestMapping(value = "getNewlyStored", method = RequestMethod.POST)
@ResponseBody
public AjaxRes getNewlyStored(IndexHomeBean o) {
public AjaxRes getNewlyStored(IndexStorageWarnBean o) {
AjaxRes ar = getAjaxRes();
try {
List<IndexStorageWarnBean> list = service.getNewlyStored(o);
@ -252,7 +252,7 @@ public class IndexHomeDetailsController extends BaseController<IndexHomeDetailsB
}
@RequestMapping(value = "getInventoryStored", method = RequestMethod.POST)
@ResponseBody
public AjaxRes getInventoryStored(IndexHomeBean o) {
public AjaxRes getInventoryStored(IndexStorageWarnBean o) {
AjaxRes ar = getAjaxRes();
try {
List<IndexStorageWarnBean> list = service.getInventoryStored(o);