This commit is contained in:
1073413548 2024-09-10 17:25:36 +08:00
parent 1f83d91cb9
commit 425a088629
2 changed files with 2 additions and 1 deletions

View File

@ -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");

View File

@ -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,