|
|
|
@ -540,7 +540,7 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
// 转化为页面展示对象
|
|
|
|
|
List<BaseSggxCxRespVO> returnList = new ArrayList<>(); |
|
|
|
|
//记录数量
|
|
|
|
|
int count = 0; |
|
|
|
|
int count = 1; |
|
|
|
|
//税额上限
|
|
|
|
|
List<Business> businessList = (List<Business>)pramsMap.get("business"); |
|
|
|
|
|
|
|
|
@ -564,7 +564,7 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
json.put("total", pageInfo.getTotal()); |
|
|
|
|
json.put("total", hjsl); |
|
|
|
|
json.put("datalist", returnList); |
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
|