puzhibing
2023-07-26 b4f51073e4a5ac0fc14a2087af339cd39e267f0d
cloud-server-management/src/main/resources/mapper/ServerCarModelMapper.xml
@@ -15,7 +15,7 @@
    <select id="queryServerCarModel" resultType="ServerCarModel">
    <select id="queryServerCarModel" resultType="com.dsh.course.entity.ServerCarModel">
        select * from t_server_carmodel where state = 1 and `type` = #{type}
    </select>
</mapper>