ソースを参照

刷新当天数据修改

anderx 2 年 前
コミット
ee9bfe31d3
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6 0
      src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

+ 6 - 0
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

@@ -512,6 +512,12 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 			}
 	}
 
+	/**
+	 * 用于处理异常多产生数据,删除多余数据修改原本数据
+	 * @param aid
+	 * @param startTime
+	 * @return
+	 */
 	@Override
 	public AdminUserCount getAdminUserCount(String aid, String startTime) {
 		List<AdminUserCount> selectList = adminUserCountMapper.selectByaidAndDate(aid, startTime);