nickchange
2023-10-24 5af417d60d0cc3cd37afacead01c01ac2d7b6970
cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml
@@ -7,7 +7,7 @@
        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 !=""
        where gc.otherId = #{id} and gc.img is not null
    </select>