刘小明
2024-07-31 699f449c28b5ad3e9fc1aa37e8ce8234a420d8da
pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml
@@ -39,7 +39,8 @@
                t.item like concat('%', #{item}, '%') and
            </if>
            <if test="disabled != null  and disabled != ''">
                t.disabled != 1  and        -- FIND_IN_SET(t.disabled, #{disabled}) and
                t.disabled != 1  and
<!--                FIND_IN_SET(t.disabled, #{disabled}) and-->
            </if>
        </trim>
    </select>