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>