This commit is contained in:
linfso 2024-08-04 15:24:00 +08:00
parent 358a555162
commit 2ef79420ec

View File

@ -120,8 +120,7 @@ public class EmisWaybillProblemInfoServiceImpl extends EmisBaseService implement
}
// 删除该问题件的扫描轨迹
emisTmsScanRecordMapper.deleteEmisTmsScanRecordById();
emisTmsScanRecordMapper.deletePromScanRecord(emisWaybillProblemInfo.getId().toString(),emisWaybillProblemInfo.getMainBillCode());
emisWaybillProblemInfoMapper.deleteEmisWaybillProblemInfoById(id);