zss
2023-09-09 276a147601837be1f738e087b6828f95f33d7d1b
inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml
@@ -110,7 +110,7 @@
        <if test="techfather!=null and techfather!=''">
            and techfather like  concat('%',#{techfather},'%')
        </if>
        <if test="material!=null and material!=''">
        <if test="name!=null and name!=''">
            and material like  concat('%',#{name},'%')
        </if>
        <if test="result!=null ">