nickchange
2023-10-18 f9428b9bf58824e408d4c8fbeb253ba6cc4d4f5d
cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml
@@ -7,7 +7,7 @@
        select gc.* ,js.jieshao,js.vedio
        from t_game_config gc
        left join t_js js on gc.gameId = js.id
        where gc.otherId = #{id}
        where gc.otherId = #{id} and gc.img !=""
    </select>