首页
This commit is contained in:
parent
1f83d91cb9
commit
425a088629
@ -207,6 +207,7 @@ public class HomeServiceImpl implements HomeService {
|
||||
* @param type
|
||||
* @return
|
||||
*/
|
||||
@Cacheable(cacheNames = CacheNames.HOME_C, key = "#type")
|
||||
public ChannelAmountVo byChannel(Integer type){
|
||||
Map<String, Object> mapParam = this.getDate(type);
|
||||
LocalDate startDate = (LocalDate)mapParam.get("startDate");
|
||||
|
@ -89,7 +89,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="byChannel" resultType="com.pusong.business.domain.vo.home.ChannelPayInfo">
|
||||
select
|
||||
cus.custom_source,
|
||||
cus.custom_source channel,
|
||||
info.contract_code,
|
||||
info.contract_amount,
|
||||
pay.business_type,
|
||||
|
Loading…
Reference in New Issue
Block a user