Merge branch 'main' of http://192.168.0.75:3000/bonus/GZMachinesWeb
This commit is contained in:
commit
979610f496
|
|
@ -239,7 +239,7 @@ public class IndexHomeDetailsController extends BaseController<IndexHomeDetailsB
|
||||||
}
|
}
|
||||||
@RequestMapping(value = "getNewlyStored", method = RequestMethod.POST)
|
@RequestMapping(value = "getNewlyStored", method = RequestMethod.POST)
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public AjaxRes getNewlyStored(IndexHomeBean o) {
|
public AjaxRes getNewlyStored(IndexStorageWarnBean o) {
|
||||||
AjaxRes ar = getAjaxRes();
|
AjaxRes ar = getAjaxRes();
|
||||||
try {
|
try {
|
||||||
List<IndexStorageWarnBean> list = service.getNewlyStored(o);
|
List<IndexStorageWarnBean> list = service.getNewlyStored(o);
|
||||||
|
|
@ -252,7 +252,7 @@ public class IndexHomeDetailsController extends BaseController<IndexHomeDetailsB
|
||||||
}
|
}
|
||||||
@RequestMapping(value = "getInventoryStored", method = RequestMethod.POST)
|
@RequestMapping(value = "getInventoryStored", method = RequestMethod.POST)
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public AjaxRes getInventoryStored(IndexHomeBean o) {
|
public AjaxRes getInventoryStored(IndexStorageWarnBean o) {
|
||||||
AjaxRes ar = getAjaxRes();
|
AjaxRes ar = getAjaxRes();
|
||||||
try {
|
try {
|
||||||
List<IndexStorageWarnBean> list = service.getInventoryStored(o);
|
List<IndexStorageWarnBean> list = service.getInventoryStored(o);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue