| | |
| | | <select id="query" resultType="map"> |
| | | select |
| | | id as id, |
| | | content as content, |
| | | contentPutOne as contentPutOne, |
| | | contentNotOne as contentNotOne, |
| | | contentPutTwo as contentPutTwo, |
| | | contentNotTwo as contentNotTwo, |
| | | contentPutThree as contentPutThree, |
| | | contentNotThree as contentNotThree, |
| | | contentExclusive as contentExclusive, |
| | | contentPrice as contentPrice,fareTypeNote1,fareTypeNote2,fareTypeNote3, |
| | | isOpen as isOpen, |
| | | isOpenExclusive as isOpenExclusive, |
| | | isOpenPrice as isOpenPrice |
| | | from t_system_price where state = 1 and companyId = #{companyId} |
| | | content as content |
| | | from t_system_price where companyId = #{companyId} |
| | | <if test="null != type"> |
| | | and `type` = #{type} |
| | | </if> |