|
@@ -1129,7 +1129,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
params.put("organId", organIds);
|
|
|
params.put("errorType", "COOPERATION_PAYMENT_ALERT");
|
|
|
- result.add(new IndexErrInfoDto(IndexErrorType.COOPERATION_PAYMENT_ERROR, IndexErrorType.COOPERATION_PAYMENT_ERROR.getMsg(), musicGroupCalenderRefundPeriodDao.countCoopRefund(params), null));
|
|
|
+ result.add(new IndexErrInfoDto(IndexErrorType.COOPERATION_PAYMENT_ALERT, IndexErrorType.COOPERATION_PAYMENT_ALERT.getMsg(), musicGroupCalenderRefundPeriodDao.countCoopRefund(params), null));
|
|
|
|
|
|
return result;
|
|
|
}
|