吉安感知网项目-后端
rain
2026-01-23 7473859cd3ee464fde053435f7c2da5aab71aa9b
drone-service/drone-gd/src/main/java/org/sxkj/gd/orderdata/mapper/GdSupplyDemandMapper.xml
@@ -29,6 +29,8 @@
        <result column="is_deleted" property="isDeleted"/>
    </resultMap>
    <resultMap id="gdSupplyDemandVOResultMap" type="org.sxkj.gd.orderdata.vo.GdSupplyDemandVO" extends="gdSupplyDemandResultMap"/>
    <sql id="gdSupplyDemandCondition">
        <if test="param.id != null">
            AND id = #{param.id}
@@ -127,7 +129,7 @@
        limit 1
    </select>
    <select id="selectGdSupplyDemandPage" resultMap="gdSupplyDemandResultMap">
    <select id="selectGdSupplyDemandPage" resultMap="gdSupplyDemandVOResultMap">
        select * from ja_gd_supply_demand
        <where>
            is_deleted = 0