|
|
@ -12,6 +12,7 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.beans.factory.annotation.Qualifier; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.util.HashMap; |
|
|
@ -20,6 +21,7 @@ import java.util.Map; |
|
|
|
import java.util.Optional; |
|
|
|
|
|
|
|
@Component |
|
|
|
@Transactional("RoTransactionManager") |
|
|
|
public class DonateService { |
|
|
|
|
|
|
|
EntityManager entityManager; |
|
|
|