吉安感知网项目-后端
linwei
2026-06-05 ef327df373735b12450fb2e2eb107de29552d99a
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdWorkOrderMapper.xml
@@ -115,7 +115,7 @@
                and wo.work_order_name like concat('%',#{param2.workOrderName},'%')
            </if>
            <if test="param2.workOrderType != null and param2.workOrderType != ''">
                and wo.work_order_type::VARCHAR = #{param2.workOrderType}::VARCHAR
                 and wo.work_order_type like concat('%',#{param2.workOrderType},'%')
            </if>
            <if test="param2.createUser != null ">
                /* 修改点2:过滤条件也进行类型对齐 */