lyhzzz 9 달 전
부모
커밋
189bbf3bdf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/manage/SceneProMapper.xml

+ 1 - 1
src/main/resources/mapper/manage/SceneProMapper.xml

@@ -90,7 +90,7 @@
             and co.id = #{param.companyId}
         </if>
         <if test="param.userIds !=null and param.userIds.size&gt;0 ">
-            and  u.user_id in
+            and  u.id in
             <foreach item="userId" collection="param.userIds" open="(" separator="," close=")">
                 #{userId}
             </foreach>