|
|
@@ -75,7 +75,6 @@ public class AsyncUtils {
|
|
|
for (AdminUserCount e : list) {
|
|
|
String startTime=DateUtils.formatDate(e.getDateTime(),AFTConstants.YYYYMMDD);
|
|
|
AdminUserCount selectAUC = adminUserCountMapper.selectByaidAndDate(e.getAid(), startTime);
|
|
|
-
|
|
|
if (selectAUC==null){
|
|
|
adminUserCountMapper.insertSelective(e);
|
|
|
}else {
|