xuhy
2025-06-27 1d1576eaa5fc80fd8ce0c360a3dca60b5003a54d
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>