From a94c8b98ef12e718470ae17f6fe20bc45e8c0a10 Mon Sep 17 00:00:00 2001
From: chenzhihang <709011834@qq.com>
Date: Mon, 24 Mar 2025 16:08:19 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=8A=9F=E8=83=BD=E5=BC=80?=
=?UTF-8?q?=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/managementPlatform/ResourceOccupy.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ResourceOccupy.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ResourceOccupy.xml
index 6ba2aaa6..22e662a4 100644
--- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ResourceOccupy.xml
+++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ResourceOccupy.xml
@@ -29,6 +29,12 @@
deduce_credit = #{resourceOccupy.deduceCredit},
+
+ computing_resource_id = #{resourceOccupy.computingResourceId},
+
+
+ credit_per_hour = #{resourceOccupy.creditPerHour},
+
description = #{resourceOccupy.description},