BUGFIX:
This commit is contained in:
@@ -372,12 +372,12 @@ public class AccountController {
|
|||||||
return Response.success(accountService.subAccountImport(file));
|
return Response.success(accountService.subAccountImport(file));
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/send618Email")
|
/*@GetMapping("/send618Email")
|
||||||
@ApiOperation(value = "618邮件发送")
|
@ApiOperation(value = "618邮件发送")
|
||||||
public Response<String> send618PromotionEmailTemp() {
|
public Response<String> send618PromotionEmailTemp() {
|
||||||
accountService.send618PromotionEmailTemp();
|
accountService.send618PromotionEmailTemp();
|
||||||
return Response.success("success");
|
return Response.success("success");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -234,5 +234,5 @@ public interface AccountService extends IService<Account> {
|
|||||||
|
|
||||||
Set<String> organizationNameSearch(String type, String name);
|
Set<String> organizationNameSearch(String type, String name);
|
||||||
|
|
||||||
void send618PromotionEmailTemp();
|
/*void send618PromotionEmailTemp();*/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3031,7 +3031,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
|||||||
return new HashSet<>();
|
return new HashSet<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
/* @Override
|
||||||
public void send618PromotionEmailTemp() {
|
public void send618PromotionEmailTemp() {
|
||||||
QueryWrapper<TrialOrder> queryWrapper = new QueryWrapper<>();
|
QueryWrapper<TrialOrder> queryWrapper = new QueryWrapper<>();
|
||||||
queryWrapper.eq("is_deleted", 0);
|
queryWrapper.eq("is_deleted", 0);
|
||||||
@@ -3057,6 +3057,6 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
|||||||
}
|
}
|
||||||
current ++;
|
current ++;
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user