MCPcopy Create free account
hub / github.com/Exrick/xpay / countMoneyByType

Method countMoneyByType

xpay-code/src/main/java/cn/exrick/dao/PayDao.java:29–29  ·  view source on GitHub ↗
(String payType, Date date1, Date date2)

Source from the content-addressed store, hash-verified

27 BigDecimal countMoney(Date date1, Date date2);
28
29 @Query(value = "select sum(money) from t_pay where state = 1 and pay_type = ?1 and create_time between ?2 and ?3",nativeQuery = true)
30 BigDecimal countMoneyByType(String payType, Date date1, Date date2);
31}

Callers 1

statisticMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected