吉安感知网项目-后端
rain
2026-01-17 6654ce7a8e75581e5cf800831bede765cd006fbb
drone-service/drone-gd/src/main/java/org/sxkj/gd/orderdata/mapper/GdSupplyDemandMapper.xml
@@ -31,7 +31,16 @@
    <select id="selectGdSupplyDemandPage" resultMap="gdSupplyDemandResultMap">
        select * from ja_gd_supply_demand where is_deleted = 0
        select * from ja_gd_supply_demand
        <where>
            is_deleted = 0
            <if test="param.demandName != null and param.demandName != ''">
                AND demand_name LIKE CONCAT('%', #{param.demandName}, '%')
            </if>
            <if test="param.demandStatus != null and param.demandStatus != ''">
                AND demand_status = #{param.demandStatus}
            </if>
        </where>
    </select>