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>