Browse Source

bugfix:327缺少使用时间。

lyx 1 month ago
parent
commit
c0a758d799
1 changed files with 1 additions and 0 deletions
  1. 1 0
      alien-entity/src/main/resources/mapper/LifeUserOrderMapper.xml

+ 1 - 0
alien-entity/src/main/resources/mapper/LifeUserOrderMapper.xml

@@ -61,6 +61,7 @@
             <result column="refund_time" property="refundTime"/>
             <result column="refund_reason" property="refundReason"/>
             <result column="refundPrice" property="price"/>
+            <result column="used_time" property="usedTime"/>
         </collection>
     </resultMap>