|
@@ -37,6 +37,7 @@
|
|
|
<result property="discountPrice" column="discount_price_"/>
|
|
|
<result property="depreciationPrice" column="depreciation_price_"/>
|
|
|
<result property="salePrice" column="sale_price_"/>
|
|
|
+ <result property="mobile_no_" column="phone_"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<!-- 根据主键查询一条记录 -->
|
|
@@ -260,7 +261,7 @@
|
|
|
|
|
|
<!-- 获取问卷分页数据 -->
|
|
|
<select id="getPageList" resultMap="ReplacementInstrumentActivityStatDto" parameterType="map">
|
|
|
- SELECT ria.*,su.phone_ mobile_no_,o.name_ organ_name_,ri.brand_,ri.specification_,ri.param_,ri.market_price_,ri.discount_price_,ri.depreciation_price_,
|
|
|
+ SELECT ria.*,su.phone_,o.name_ organ_name_,ri.brand_,ri.specification_,ri.param_,ri.market_price_,ri.discount_price_,ri.depreciation_price_,
|
|
|
ri.sale_price_,s.name_ subject_name_,co.name_ cooperationOrganName FROM replacement_instrument_activity ria
|
|
|
LEFT JOIN replacement_instrument ri ON ri.id_ = ria.instruments_id_
|
|
|
LEFT JOIN subject s ON s.id_ = ri.subject_id_
|