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}