|
|
@ -126,8 +126,9 @@ public class HighGasController { |
|
|
|
|
|
|
|
|
|
|
|
for (Map<String, Object> map : mapPageInfo.getList()) { |
|
|
|
for (Map<String, Object> map : mapPageInfo.getList()) { |
|
|
|
if (StringUtils.isNotBlank(MapUtils.getString(map, "oil_no"))) { |
|
|
|
if (StringUtils.isNotBlank(MapUtils.getString(map, "oil_no"))) { |
|
|
|
|
|
|
|
if (MapUtils.getInteger(map, "source_type").equals(1) |
|
|
|
if (MapUtils.getInteger(map, "source_type").equals(1)) { |
|
|
|
|| MapUtils.getInteger(map, "source_type").equals(3) |
|
|
|
|
|
|
|
|| MapUtils.getInteger(map, "source_type").equals(4)) { |
|
|
|
// 查询是否配置了【油站的】优惠比例
|
|
|
|
// 查询是否配置了【油站的】优惠比例
|
|
|
|
HighTyAgentPrice tyAgentPrice = tyAgentPriceService.getDetail(1, MapUtils.getLong(map, "id"), MapUtils.getString(map, "oil_no")); |
|
|
|
HighTyAgentPrice tyAgentPrice = tyAgentPriceService.getDetail(1, MapUtils.getLong(map, "id"), MapUtils.getString(map, "oil_no")); |
|
|
|
if (tyAgentPrice != null) { |
|
|
|
if (tyAgentPrice != null) { |
|
|
|