This commit is contained in:
linfso 2024-06-03 17:13:39 +08:00
parent 5b4b824460
commit b563a316ad

View File

@ -386,6 +386,8 @@ public class EmisBaseService {
EmisProblemType emisProblemType =getEmisProblemTypebyTypeId(Long.valueOf(problemType));
waybill.setProblemDelayDays(emisProblemType.getDelayDay());
// 重新计算预估时间
waybill.preUpdate();
emisWaybillMapper.updateProblemStatus(waybill);