@@ -65,5 +65,5 @@ public interface ReplacementInstrumentActivityDao extends BaseDAO<Integer, Repla
* @param ids
* @return
*/
- List<StudentPaymentOrder> getActivityOrder(List<Integer> ids);
+ List<StudentPaymentOrder> getActivityOrder(@Param("ids") List<Integer> ids);
}