异常封装之财务明细信息后台修改

This commit is contained in:
qiankunpingtai
2019-04-17 09:42:46 +08:00
parent edfb696f92
commit afcf2edb4c
3 changed files with 157 additions and 38 deletions

View File

@@ -55,7 +55,7 @@ public class AccountItemController {
@RequestParam("updated") String updated,
@RequestParam("headerId") Long headerId,
@RequestParam("listType") String listType,
HttpServletRequest request) {
HttpServletRequest request) throws Exception{
Map<String, Object> objectMap = new HashMap<String, Object>();
try {
@@ -70,7 +70,7 @@ public class AccountItemController {
@GetMapping(value = "/getDetailList")
public BaseResponseInfo getDetailList(@RequestParam("headerId") Long headerId,
HttpServletRequest request) {
HttpServletRequest request)throws Exception {
BaseResponseInfo res = new BaseResponseInfo();
Map<String, Object> map = new HashMap<String, Object>();
try {