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