4 天以前 741918a903e17b2ec7522556d2c043b8d35dd8a1
src/main/resources/mapper/production/ProductionOperationTaskMapper.xml
@@ -70,6 +70,9 @@
            <if test="c != null and c.workOrderNo != null and c.workOrderNo != ''">
                and pot.work_order_no like concat('%', #{c.workOrderNo}, '%')
            </if>
            <if test="c != null and c.currentUserId != null">
                and (pot.user_ids is null or pot.user_ids = '' or pot.user_ids = '[]' or json_contains(pot.user_ids, json_quote(cast(#{c.currentUserId} as char))))
            </if>
        </where>
        order by pot.production_order_id desc, poro.drag_sort
    </select>