Quellcode durchsuchen

update 乐器置换导出加,现金和余额支付

周箭河 vor 4 Jahren
Ursprung
Commit
9a629a590b

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/dal/dao/ReplacementInstrumentActivityDao.java

@@ -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);
 }