MCPcopy
hub / github.com/Exrick/xpay / getByStateIs

Method getByStateIs

xpay-code/src/main/java/cn/exrick/dao/PayDao.java:18–18  ·  view source on GitHub ↗
(Integer state)

Source from the content-addressed store, hash-verified

16public interface PayDao extends JpaRepository<Pay,String>, JpaSpecificationExecutor<Pay> {
17
18 List<Pay> getByStateIs(Integer state);
19
20 @Query(value = "select sum(money) from t_pay where state = 1",nativeQuery = true)
21 BigDecimal countAllMoney();

Callers 3

getPayListMethod · 0.80
cronJobMethod · 0.80
sendEmailJobMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected