Commit 84a654e7 by lzxry

bugfix

parent cdd316b0
...@@ -13,5 +13,5 @@ public interface TkioFlowHistoryRepository extends JpaRepository<TkioFlowHistory ...@@ -13,5 +13,5 @@ public interface TkioFlowHistoryRepository extends JpaRepository<TkioFlowHistory
@Transactional @Transactional
@Modifying @Modifying
@Query(value = " insert into tkio_flow_history select * from tkio_flow where email = ?1 and cost_flow > 0 ", nativeQuery = true) @Query(value = " insert into tkio_flow_history select * from tkio_flow where email = ?1 and cost_flow > 0 ", nativeQuery = true)
BigDecimal backDatasByEmail(String email); void backDatasByEmail(String email);
} }
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