| | |
| | | <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} |
| | |
| | | limit 1 |
| | | </select> |
| | | |
| | | <select id="selectGdSupplyDemandPage" resultMap="gdSupplyDemandResultMap"> |
| | | <select id="selectGdSupplyDemandPage" resultMap="gdSupplyDemandVOResultMap"> |
| | | select * from ja_gd_supply_demand |
| | | <where> |
| | | is_deleted = 0 |