|
@@ -598,7 +598,7 @@ public class AdminUserServiceImpl implements AdminUserService {
|
|
}
|
|
}
|
|
private void doSomething2() {
|
|
private void doSomething2() {
|
|
try{
|
|
try{
|
|
- List<ShopAccount> list = shopAccountMapper.selectList(new EntityWrapper<>());
|
|
|
|
|
|
+ List<ShopAccount> list = shopAccountMapper.selectList(new EntityWrapper<ShopAccount>().orderBy("id",false));
|
|
for (ShopAccount shopAccount:list
|
|
for (ShopAccount shopAccount:list
|
|
) {
|
|
) {
|
|
flushCookie(shopAccount);
|
|
flushCookie(shopAccount);
|