|
@@ -60,7 +60,6 @@ public class MusicGroupPaymentCalenderDetailServiceImpl extends BaseServiceImpl<
|
|
|
throw new BizException("缴费记录不存在");
|
|
|
}
|
|
|
Date date = new Date();
|
|
|
- int compare = expectAmount.compareTo(BigDecimal.ZERO);
|
|
|
calenderDetails.forEach(e->{
|
|
|
if(e.getPaymentStatus() == null || e.getPaymentStatus() != NON_PAYMENT){
|
|
|
throw new BizException("修改失败,缴费状态不匹配");
|