zss
2026-04-25 5ad905ae357b6fa44731d4b9d0278d0b9f0043cb
feat(technology): 添加根据型号模糊查询功能
已修改1个文件
3 ■■■■■ 文件已修改
src/main/resources/mapper/technology/TechnologyRoutingMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/technology/TechnologyRoutingMapper.xml
@@ -39,6 +39,9 @@
                <if test="c.productModelId != null">
                    and tr.product_model_id = #{c.productModelId}
                </if>
                <if test="c.model != null and c.model != ''">
                    and pm.model like concat('%', #{c.model}, '%')
                </if>
                <if test="c.bomId != null">
                    and tr.bom_id = #{c.bomId}
                </if>