Pu Zhibing
2025-02-14 5228e24ff93fae148db40c44d9deb8e93110c6eb
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
@@ -14,7 +14,8 @@
    <select id="query" resultType="map">
        select
        id as id,
        content as content
        content as content,
        if(#{language} = 1, fareTypeNoteChinese, if(#{language} = 2, fareTypeNoteEnglish, fareTypeNoteFrench)) as fareTypeNote
        from t_system_price where companyId = #{companyId} and state = 1
        <if test="null != type">
            and `type` = #{type}