lxw
2022-08-01 ba5663988c3da5f7e9e8370020aeb16e139255a2
下载打包图片
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/ProductBomMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ProductBomMapper.xml
@@ -10,9 +10,9 @@
    <select id="searchCadDrawer" resultType="ProductBom" parameterType="ProductBom">
        select distinct * from db_doc.tb_product_bom
        select distinct tb_product_bom.*,tb_doc_user.name as upUser from db_doc.tb_product_bom,db_doc.tb_doc_user
        <where>
           1=1
            db_doc.tb_product_bom.up_user_id=db_doc.tb_doc_user.id
           <if test="parentCode!=null&amp;&amp;parentCode!=''">
               and parent_code like '%${parentCode}%'
           </if>