liujie
2023-10-18 b5e51fc48bc65fc27ed4d6c4f3e82414646113bd
cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml
@@ -4,7 +4,7 @@
    <select id="listJs" resultType="com.dsh.other.entity.TGameConfig">
        select gc.* ,js.jieshao,js.vedio
        select gc.* ,js.jieshao intro,js.vedio video
        from t_game_config gc
        left join t_js js on gc.gameId = js.id
        where gc.otherId = #{id} and gc.img !=""