Merge remote-tracking branch 'xfsg/cc_partner_init' into cc_partner_init

This commit is contained in:
苏竹红
2024-05-23 14:50:17 +08:00

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);
}
}