|
@@ -21,17 +21,17 @@ public interface ReplacementInstrumentActivityDao extends BaseDAO<Integer, Repla
|
|
|
|
|
|
ReplacementInstrumentActivityStatHead countReplacementsInfo(Integer cooperationOrganId);
|
|
|
|
|
|
- int openPay(@Param("cooperationOrganId") Integer cooperationOrganId);
|
|
|
+ int openPay(@Param("replacementInstrumentCooperationId") Integer replacementInstrumentCooperationId);
|
|
|
|
|
|
ReplacementInstrumentActivity getLock(@Param("id") Integer id);
|
|
|
|
|
|
/**
|
|
|
* 获取开启缴费推送的人
|
|
|
*
|
|
|
- * @param cooperationOrganId
|
|
|
+ * @param replacementInstrumentCooperationId
|
|
|
* @return
|
|
|
*/
|
|
|
- List<ReplacementInstrumentActivityStatDto> getPushUsers(@Param("cooperationOrganId") Integer cooperationOrganId);
|
|
|
+ List<ReplacementInstrumentActivityStatDto> getPushUsers(@Param("replacementInstrumentCooperationId") Integer replacementInstrumentCooperationId);
|
|
|
|
|
|
/**
|
|
|
* 获取置换记录详情
|