xuhy
2025-01-07 6576328fd820539fa15a7b63f4c754eba55281ec
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>