吉安感知网项目-后端
xiebin
2026-04-03 d78f3c2d7c5b3b75a866785b0d7522c4c52eac9e
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdWorkOrderFlowMapper.xml
@@ -22,7 +22,15 @@
    <select id="selectGdWorkOrderFlowPage" resultMap="gdWorkOrderFlowResultMap">
        select * from ja_gd_work_order_flow where is_deleted = 0
        select * from ja_gd_work_order_flow
        <where>
            <if test="param2.type != null and param2.type != ''">
                and type = #{param2.type}
            </if>
            <if test="param2.workOrderId != null and param2.workOrderId != ''">
              and workOrderId  = #{param2.workOrderId}
            </if>
        </where>
    </select>