|
|
@@ -180,7 +180,7 @@ public class SyncUserDataScheduledService {
|
|
|
}
|
|
|
log.info("同步本地生活微信用户 start ==================================");
|
|
|
LocalAppUserDto localAppUserDto = new LocalAppUserDto();
|
|
|
- this.setDate(localAppUserDto);
|
|
|
+// this.setDate(localAppUserDto);
|
|
|
// 查询本地生活 所有的用户 条件 普通用户 创建时间
|
|
|
localAppUserDto.setIsWx(1);
|
|
|
List<LocalAppUserVo> localAppUserList = localAppUserService.selectUserList(localAppUserDto);
|