|
|
|
@ -62,7 +62,7 @@ public interface RpcApplyMapper extends BaseMapper<RpcApply> { |
|
|
|
* */ |
|
|
|
* */ |
|
|
|
@Select(" SELECT COUNT(*) from rpc_apply_person a LEFT JOIN rpc_apply b " + |
|
|
|
@Select(" SELECT COUNT(*) from rpc_apply_person a LEFT JOIN rpc_apply b " + |
|
|
|
" on a.rpc_id = b.rpc_id and b.type =1 " + |
|
|
|
" on a.rpc_id = b.rpc_id and b.type =1 " + |
|
|
|
" WHERE b.rpc_id is not null and b.verified ='0' " + |
|
|
|
" WHERE b.rpc_id is not null " + |
|
|
|
" and b.crt_time BETWEEN #{beginTime} and #{endTime} ") |
|
|
|
" and b.crt_time BETWEEN #{beginTime} and #{endTime} ") |
|
|
|
int selectVictimNumber(Date beginTime, Date endTime); |
|
|
|
int selectVictimNumber(Date beginTime, Date endTime); |
|
|
|
|
|
|
|
|
|
|
|
|