yzc hace 1 año
padre
commit
1543508ba6

+ 2 - 1
hx-victoriatourist/src/main/resources/mapper/abnormal/AbnormalDetailsMapper.xml

@@ -14,7 +14,8 @@
             ad.create_user,
             ad.create_time,
             ad.update_user,
-            ad.update_time
+            ad.update_time,
+            ad.refund_amount
         from abnormal_details ad
             ${ew.customSqlSegment}
     </select>