|
|
@@ -127,6 +127,7 @@ public class AdminStatisticsServiceImpl implements AdminStatisticsService {
|
|
|
shiroType=1;
|
|
|
}
|
|
|
ConsultantStatisticsBo res = adminMapper.consultantStatisticsInfo(aid,shiroType);
|
|
|
+ if (res == null) res=new ConsultantStatisticsBo();
|
|
|
if (res.getCountPublicRelease()==null)res.setCountPublicRelease(0);
|
|
|
if (res.getOrderPayment()==null)res.setOrderPayment(0);
|
|
|
ConsultantStatisticsBo asb = adminMapper.consultantStatisticsInfoByTime(aid, startTime, endTime);
|