Commit eac73adc authored by 刘林's avatar 刘林

fix:(jg):修改气瓶参数后,更新证管理表参数

parent 1bad1fb3
......@@ -117,6 +117,7 @@ public class ChangeEquipImpactCertListener {
keysToJson.add(EXPORT_SUMMARY_TABLE);
break;
case "USE_CYLINDER_SUMMARY":
this.updateUseCertField(manage, meta);
keysToJson.add(CERTIFICATE_NORMAL);
break;
default:
......@@ -175,7 +176,7 @@ public class ChangeEquipImpactCertListener {
.collect(Collectors.joining(","))
);
break;
case "volume":
case "singleBottleVolume":
manage.setVolume(new BigDecimal(manage.getVolume())
.add(new BigDecimal(afterValue).subtract(new BigDecimal(beforeValue))).toPlainString());
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment