|
@@ -96,12 +96,6 @@
|
|
|
<include refid="queryPageSql"/>
|
|
|
</select>
|
|
|
|
|
|
- <select id="getByCooperationId" resultMap="ReplacementInstrumentCooperation">
|
|
|
- SELECT *
|
|
|
- FROM replacement_instrument_cooperation
|
|
|
- WHERE id_ = #{cooperationId}
|
|
|
- </select>
|
|
|
-
|
|
|
<select id="countAllReplacementsInfo" resultType="com.ym.mec.biz.dal.entity.ReplacementInstrumentCooperation">
|
|
|
SELECT cooperation_organ_id_ cooperationOrganId,
|
|
|
COUNT(*) activeNum,
|