zoujiajian 2 년 전
부모
커밋
b2a3aa0911
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-dao/src/main/resources/mapper/GroupRelationMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/GroupRelationMapper.xml

@@ -371,7 +371,7 @@
               where account = #{account}
                 and password = #{password}
                 and goods_id = #{goodsId} limit 1) a
-                 inner join grops_trips gt
+                 inner join groups_trips gt
                             on gt.account_id = a.id
                  inner join groups_relation gr on gr.num = #{num}
         where gr.expiry_time > now() limit 1