|
@@ -33,7 +33,7 @@ public class LiveCoursePresenter extends BasePresenter<LiveCourseContract.LiveCo
|
|
|
if (!TextUtils.isEmpty(status)) {
|
|
|
jsonObject.putOpt("courseState", status);
|
|
|
}
|
|
|
- if (TextUtils.isEmpty(subjectId)) {
|
|
|
+ if (!TextUtils.isEmpty(subjectId)) {
|
|
|
jsonObject.putOpt("subjectId", subjectId);
|
|
|
}
|
|
|
jsonObject.putOpt("search", search);
|