摸版修改
This commit is contained in:
@ -207,10 +207,6 @@ public class EarningsCalculateController {
|
||||
String lang = req.getHeader(CommonConstant.LANG);
|
||||
earningsCalculateReq.setLang(lang);
|
||||
EarningsCalculateResp total = earningsCalculateService.getTotal(earningsCalculateReq,PAGE_LIST_TYPE);
|
||||
if(total.getCharge()==null){
|
||||
total.setCharge(new ArrayList<>());
|
||||
total.setDischarge(new ArrayList<>());
|
||||
}
|
||||
ServletOutputStream out = null;
|
||||
try {
|
||||
out = response.getOutputStream();
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user