|
|
|
@ -311,6 +311,9 @@ object ParseHelper {
|
|
|
|
|
* @return 修正后的值
|
|
|
|
|
*/
|
|
|
|
|
private fun correctValueByOtherGas(type: GasTypeEnum, oriValue: Float): Float {
|
|
|
|
|
if (oriValue <= 0f) {
|
|
|
|
|
return oriValue
|
|
|
|
|
}
|
|
|
|
|
var offset = 0f
|
|
|
|
|
if (unConvertValueMap.isNotEmpty()) {
|
|
|
|
|
unConvertValueMap.forEach { entry ->
|
|
|
|
|