scriptLogger.info("{} need down self, goods earnest money {}, left money {}",statistics.getUid(),statistics.getEarnestTotal(),statistics.getLeftMoney());
...
...
@@ -423,6 +423,12 @@ public class StoreSellerServiceImpl implements IStoredSellerService {
scriptLogger.info("{} no need down self, goods earnest money {}, left money {}",statistics.getUid(),statistics.getEarnestTotal(),statistics.getLeftMoney());
}
}
// 3.执行uid的降级 & skup的下架
...
...
@@ -434,7 +440,7 @@ public class StoreSellerServiceImpl implements IStoredSellerService {