Browse Source

积分功能开发

dev-credits
chenzhihang 10 months ago
parent
commit
a94c8b98ef
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ResourceOccupy.xml

+ 6
- 0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ResourceOccupy.xml View File

@@ -29,6 +29,12 @@
<if test="resourceOccupy.deduceCredit != null">
deduce_credit = #{resourceOccupy.deduceCredit},
</if>
<if test="resourceOccupy.computingResourceId != null">
computing_resource_id = #{resourceOccupy.computingResourceId},
</if>
<if test="resourceOccupy.creditPerHour != null">
credit_per_hour = #{resourceOccupy.creditPerHour},
</if>
<if test="resourceOccupy.description != null and resourceOccupy.description !=''">
description = #{resourceOccupy.description},
</if>


Loading…
Cancel
Save