DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
@@ -23,4 +23,15 @@ and serverCarModelId = #{serverCarModelId} </if> </select> <select id="query1" resultType="map"> select id as id, content as content from t_system_price where companyId = #{companyId} <if test="null != type"> and `type` = #{type} </if> </select> </mapper>