Commit 7afd77a084cf8d1e0f1033ac9c5876647b74d9f7
1 parent
6cc68c13
Exists in
yxb_dev
and in
1 other branch
no message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/src/main/java/com/shunzhi/parent/ui/fragment/ReportFragment.java
... | ... | @@ -195,7 +195,7 @@ public class ReportFragment extends BaseMVPCompatFragment<MyChildContract.MyChil |
195 | 195 | } |
196 | 196 | tvName.setText(childBean.getStudentName()); |
197 | 197 | } |
198 | - chengZhangFragment1.setChildJson(jsonStr); | |
198 | + if (null!=chengZhangFragment1)chengZhangFragment1.setChildJson(jsonStr); | |
199 | 199 | AppConfig.getAppConfig(AppContext.getInstance()).set(AppConfig.CURRCHILDJSONSTR, jsonStr); |
200 | 200 | createSchoolMenu(); |
201 | 201 | } | ... | ... |