|
|
@@ -502,7 +502,7 @@ public class CardCaseService {
|
|
|
|
|
|
public void multipleDelete(String caseList) {
|
|
|
List<Long> boxIds = Arrays.asList((Long[]) ConvertUtils.convert(caseList.split(","), Long.class));
|
|
|
- boxIds.forEach(cardCaseRepo::softDelete);
|
|
|
+ boxIds.forEach(this::softDelete);
|
|
|
}
|
|
|
|
|
|
public void cancel(Long caseId) {
|