Browse Source

调查问卷

zouxuan 4 năm trước cách đây
mục cha
commit
29b19d5b64

+ 0 - 6
mec-biz/src/main/resources/config/mybatis/ReplacementInstrumentCooperationMapper.xml

@@ -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,