qushaowei
2025-05-26 ed48aa9f30a87c528f071d06bf6b59d7d15428e9
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDriveTypeParamConfigMapper.xml
@@ -13,4 +13,11 @@
            mdtpc.curve_generation_flags = 'Y'
            AND me.equipment_id = #{equipmentId}
    </select>
    <select id="getDriveParamOptions" resultType="java.lang.String">
        SELECT DISTINCT
            control_system_type
        FROM
            mdc_drive_type_param_config
    </select>
</mapper>