1. 注册数量;提交借款申请
select count(*) from agentCore.custInfo where channelid=393 and datediff(registertime,'2018-07-16')>=0 and datediff(registertime,'2018-07-22')<=0;
select count(*) from agentCore.loanCase where channelid=393 and datediff(createtime,'2018-07-16')>=0 and datediff(createtime,'2018-07-22')<=0;
2. 填写补充资料人数
select
count(*) from
(

最低0.47元/天 解锁文章
1466

被折叠的 条评论
为什么被折叠?



