Commit c3825d78 by sikang

bug fix

parent 17e9ba74
......@@ -108,7 +108,7 @@ public class LatestLoanAppBean implements Parcelable {
private String companyName = "";
public String getCompanyName() {
return companyName;
return companyName == null ? "" : companyName;
}
public void setCompanyName(String companyName) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment