This commit is contained in:
shuo.wang
2024-05-23 14:34:33 +08:00
parent f8cce6047d
commit 5d53dc10e2

View File

@@ -223,7 +223,7 @@ public class OpeningOperationPlanImpl implements OpeningOperationPlanService {
return firstOrder;
} catch (Exception e) {
log.error("获取鲜丰订货金异常或更新状态失败");
throw new ServiceException(ErrorCodeEnum.YLF_ERROR);
throw new ServiceException(ErrorCodeEnum.XFSG_SERVICE_ERROR);
}
}