demand: 已分批组批次运单无法修改运单逻辑修复

committer: heyu
This commit is contained in:
aike 2025-08-26 10:03:16 +08:00
parent bbdf6f3e3e
commit 55eee453ea

View File

@ -5624,8 +5624,8 @@ public class EmisBaseService {
}
if (emisWaybillSave.getParcelQty().equals(emisWaybillOld.getParcelQty())
&& emisWaybillSave.getBillWeight().equals(emisWaybillOld.getBillWeight())
&& emisWaybillSave.getTotalVolume().equals(emisWaybillOld.getTotalVolume())) {
&& emisWaybillSave.getBillWeight().stripTrailingZeros().equals(emisWaybillOld.getBillWeight().stripTrailingZeros())
&& emisWaybillSave.getTotalVolume().stripTrailingZeros().equals(emisWaybillOld.getTotalVolume().stripTrailingZeros())) {
return;
}