提交代码

dev-discount
胡锐 2 years ago
parent 8ad7fe2a17
commit e94eb37170
  1. 5
      hai-cweb/src/main/java/com/cweb/controller/HighGasController.java

@ -126,8 +126,9 @@ public class HighGasController {
for (Map<String, Object> map : mapPageInfo.getList()) {
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"));
if (tyAgentPrice != null) {

Loading…
Cancel
Save