|
@@ -97,7 +97,7 @@ public class PayServiceImpl implements PayService {
|
|
String company = "daya";
|
|
String company = "daya";
|
|
if (userId != null) {
|
|
if (userId != null) {
|
|
MusicGroup musicGroup = musicGroupDao.findUserMusicGroup(userId);
|
|
MusicGroup musicGroup = musicGroupDao.findUserMusicGroup(userId);
|
|
- if (musicGroup != null && musicGroup.getOwnershipType().equals(CooperationOrgan.OwnershipType.COOPERATION)) {
|
|
|
|
|
|
+ if (musicGroup != null && musicGroup.getOwnershipType() != null && musicGroup.getOwnershipType().equals(CooperationOrgan.OwnershipType.COOPERATION)) {
|
|
company = "yadie";
|
|
company = "yadie";
|
|
}
|
|
}
|
|
}
|
|
}
|