Commit 80f6c5ce by jianan

出账检核-增加币种80

parent c6fb584f
...@@ -17,7 +17,7 @@ public interface FortuneMapper extends BaseMapper<Fortune> { ...@@ -17,7 +17,7 @@ public interface FortuneMapper extends BaseMapper<Fortune> {
List<FortuneStatisticsVO> getFortuneStatistics(@Param("fortuneIdList") List<Long> fortuneIdList); List<FortuneStatisticsVO> getFortuneStatistics(@Param("fortuneIdList") List<Long> fortuneIdList);
void removeByIdsPhysical(List<Long> collect); void removeByIdsPhysical(@Param("fortuneIdList") List<Long> fortuneIdList);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment