|
|
@ -55,7 +55,7 @@ public class HighGasDiscountOilPriceController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
HighGasDiscountOilPrice detail; |
|
|
|
HighGasDiscountOilPrice detail; |
|
|
|
detail = highGasDiscountOilPriceService.getDetailByOilNoName(body.getString("oilNo")); |
|
|
|
detail = highGasDiscountOilPriceService.getDetailByOilNo(body.getString("oilNo")); |
|
|
|
if (detail == null) { |
|
|
|
if (detail == null) { |
|
|
|
detail = new HighGasDiscountOilPrice(); |
|
|
|
detail = new HighGasDiscountOilPrice(); |
|
|
|
detail.setOilNo(body.getString("oilNo")); |
|
|
|
detail.setOilNo(body.getString("oilNo")); |
|
|
|