|
|
|
@ -137,7 +137,7 @@ public class BaseRzFpxxServiceImpl extends MpBaseServiceImpl<BaseFpxxZhDao, Base |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
pageList.get(i).setId(pageList.get(i).getId()); |
|
|
|
|
pageList.get(i).setInaccountStatus(pageList.get(i).getInaccountStatus()); |
|
|
|
|
// pageList.get(i).setInAccountStatus(pageList.get(i).getInAccountStatus());
|
|
|
|
|
pageList.get(i).setBzdh(pageList.get(i).getBzdh()); |
|
|
|
|
pageList.get(i).setXh(String.valueOf(i + start)); |
|
|
|
|
pageList.get(i).setTaxAmount( |
|
|
|
@ -182,8 +182,8 @@ public class BaseRzFpxxServiceImpl extends MpBaseServiceImpl<BaseFpxxZhDao, Base |
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
pageList.get(i).setInaccountStatus(dictdetaServcice.queryDictName(DictConstant.DK_STATUS, |
|
|
|
|
pageList.get(i).getInaccountStatus())); |
|
|
|
|
pageList.get(i).setInAccountStatus(dictdetaServcice.queryDictName(DictConstant.DK_STATUS, |
|
|
|
|
pageList.get(i).getInAccountStatus())); |
|
|
|
|
pageList.get(i).setRzsj(pageList.get(i).getRzsj()); |
|
|
|
|
pageList.get(i).setSkssq(pageList.get(i).getSkssq()); |
|
|
|
|
} |
|
|
|
@ -193,6 +193,7 @@ public class BaseRzFpxxServiceImpl extends MpBaseServiceImpl<BaseFpxxZhDao, Base |
|
|
|
|
json.put("total", pageInfo.getTotal()); |
|
|
|
|
|
|
|
|
|
List<BaseFpRzRespVO> resultList = pageInfo.getList(); |
|
|
|
|
log.info("resultList {}",resultList); |
|
|
|
|
json.put("datalist", resultList); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|