代码提交
This commit is contained in:
parent
b64a0948e1
commit
4ae5128b23
|
|
@ -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