소스 검색

问题处理

yzc 1 년 전
부모
커밋
1543508ba6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      hx-victoriatourist/src/main/resources/mapper/abnormal/AbnormalDetailsMapper.xml

+ 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>