cuilei
2025-05-29 d4328b5fac8a01d685a3068f097668132095807d
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/mapper/xml/ParaMillToolMapper.xml
@@ -53,13 +53,6 @@
        FROM tms_para_mill_tool t
        LEFT JOIN tms_base_tools t1 on t.tool_code = t1.id
        LEFT JOIN tms_tools_classify t2 on t.classify_id = t2.id
        <where>
            <if test="classifyId != null and classifyId != ''">
                AND t.classify_id = #{classifyId}
            </if>
            <if test="diameter != null and diameter != ''">
                AND t.diameter = #{diameter}
            </if>
        </where>
        ${ew.customSqlSegment}
    </select>
</mapper>