@@ -248,7 +248,7 @@ public class SwBillManagementUnpaidServiceImpl extends ServiceImpl<SwBillManagem
if (excessBalance){
transferAccountDo.getOfficeIds().add(unpaidDo.getId());
- break;
+ continue;
}
if (billAmount.compareTo(user.getAccountbalance()) <= 0){