|
|
@@ -428,9 +428,7 @@ public class CommonScrmController extends AppBaseController {
|
|
|
if ("course.config".equals(key) && appId != null && !appId.trim().isEmpty()) {
|
|
|
FsCoursePlaySourceConfig playSourceConfig = fsCoursePlaySourceConfigService.selectCoursePlaySourceConfigByAppId(appId);
|
|
|
|
|
|
- if (playSourceConfig != null
|
|
|
- && playSourceConfig.getCustomAuthEnabled() != null
|
|
|
- && playSourceConfig.getCustomAuthEnabled() == 1) {
|
|
|
+ if (playSourceConfig != null && playSourceConfig.getCustomAuthEnabled() != null && playSourceConfig.getCustomAuthEnabled() == 1) {
|
|
|
JSONObject result;
|
|
|
if (config != null && !config.trim().isEmpty()) {
|
|
|
try {
|