吉安感知网项目-后端
xiebin
2026-04-01 eeb3b5c9c794a35d7b7f3c8e56f9eef8eb8d3451
drone-service/drone-gd/src/main/java/org/sxkj/gd/orderdata/mapper/GdDataEvaluationMapper.xml
@@ -33,6 +33,12 @@
            <if test="param.isResolved != null and param.isResolved != ''">
                AND is_resolved = #{param.isResolved}
            </if>
            <if test="param.deptList != null and param.deptList.size > 0">
                AND create_dept in
                <foreach collection="param.deptList" item="deptId" open="(" separator="," close=")">
                    #{deptId}
                </foreach>
            </if>
        </where>
    </select>