Pu Zhibing
2025-04-16 f42db41e022d2261818ca9c8560c4af482176097
UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
@@ -23,4 +23,14 @@
            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>