|
|
@@ -673,7 +673,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
String startTime= DateUtils.formatDate(transferTime,AFTConstants.YYYYMMDD);
|
|
|
String endTime=startTime+" 23:59:59";
|
|
|
AdminUserCount adminUserCount = customerService.getAdminUserCount(aid,startTime);
|
|
|
- Integer count = publicReleaseMapper.selectByaidAndDate(aid, startTime, endTime);
|
|
|
+ Integer count = publicReleaseMapper.selectCountByaidAndDate(aid, startTime, endTime);
|
|
|
if (count==null){
|
|
|
count=0;
|
|
|
}
|