소스 검색

修改报错信息

zhangshuling 1 주 전
부모
커밋
907b55b701
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ship-module-trade/ship-module-trade-biz/src/main/resources/mapper/order/TradeVisitorMapper.xml

+ 1 - 1
ship-module-trade/ship-module-trade-biz/src/main/resources/mapper/order/TradeVisitorMapper.xml

@@ -116,7 +116,7 @@
         select t1.room_model_id,t1.floor,t1.room_id,count(distinct t1.id) num from  trade_visitor t1
         inner join trade_detail t2 on t1.detail_id = t2.id
         inner join trade_refund_detail t3 on t2.id = t3.trade_detail_id
-        where t3.refund_id = #{refundId} and deleted =0
+        where t3.refund_id = #{refundId} and t3.deleted =0
         group by t1.room_model_id,t1.floor,t1.room_id
     </select>
     <select id="selectRoomShipVisitor2"