|
@@ -29,7 +29,7 @@ public class GroupCoursePresenter extends BasePresenter<GroupCourseContract.Cour
|
|
|
try {
|
|
|
// jsonObject.putOpt("classDate", month);
|
|
|
if (!TextUtils.isEmpty(status)) {
|
|
|
- jsonObject.putOpt("courseState", status);
|
|
|
+ jsonObject.putOpt("status", status);
|
|
|
}
|
|
|
if (!TextUtils.isEmpty(subjectId)) {
|
|
|
jsonObject.putOpt("subjectId", subjectId);
|