lyhzzz 1 anno fa
parent
commit
a0708de255
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/resources/mapper/manage/ScenePlusMapper.xml

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

@@ -59,7 +59,7 @@
         left join jy_scene_auth ja on jua.num = ja.num
         where s.rec_status = 'A'  and jua.rec_status = 'A'  and jua.auth_type = ja.auth_type
         <if test="param.jyUserId != null">
-            and jua.user_id = #{param.jyUserId}
+            and jua.jy_user_id = #{param.jyUserId}
         </if>
         order by s.create_time desc ,s.id desc