吉安感知网项目-后端
linwei
2026-01-19 077cedddebbfae2d740e259e9e16b0eb363f3a02
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>