|
@@ -1532,7 +1532,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
@Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class)
|
|
|
public boolean renewForCallback(StudentPaymentOrder studentPaymentOrder) throws IOException {
|
|
|
|
|
|
- studentPaymentOrderDao.update(studentPaymentOrder);
|
|
|
+ studentPaymentOrderService.update(studentPaymentOrder);
|
|
|
|
|
|
Integer userId = studentPaymentOrder.getUserId();
|
|
|
String musicGroupId = studentPaymentOrder.getMusicGroupId();
|