| | |
| | | import com.java110.report.statistics.IFeeStatistics; |
| | | import com.java110.utils.exception.CmdException; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.MoneyUtil; |
| | | import com.java110.utils.util.StringUtil; |
| | | import com.java110.vo.ResultVo; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | continue; |
| | | } |
| | | for (DictDto tDict : dictDtos) { |
| | | //feeTypeCd = info.get("feeTypeCd").toString(); |
| | | feeTypeCd = tDict.getStatusCd(); |
| | | if (!info.containsKey(feeTypeCd)) { |
| | | continue; |
| | |
| | | data.put("receivedFee" + feeTypeCd, info.get(feeTypeCd)); |
| | | } |
| | | } |
| | | data.put("receivedFee", receivedFee.doubleValue()); |
| | | data.put("receivedFee", MoneyUtil.computePriceScale(receivedFee.doubleValue())); |
| | | } |
| | | |
| | | return datas; |