Fancy
2024-08-22 4d1a30da0ec4d37694baeb129a9a21aa29c157b7
pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml
@@ -38,6 +38,10 @@
            <if test="item != null  and item != ''">
                t.item like concat('%', #{item}, '%') and
            </if>
            <if test="disabled != null  and disabled != ''">
                t.disabled != 1  and
                <!--FIND_IN_SET(t.disabled, #{disabled}) and-->
            </if>
        </trim>
    </select>
@@ -53,6 +57,9 @@
            <if test="item != null  and item != ''">
                t.item like concat('%', #{item}, '%') and
            </if>
            <if test="disabled != null  and disabled != ''">
                t.disabled != 1  and
            </if>
        </trim>
        order by sort desc
        <trim prefix="limit " >