@@ -30,7 +30,7 @@ public class ExpenseFlowPayShowModel {
private String orderStateStr;
public String getOrderStateStr() {
- if (orderState == null) {
+ if (orderState != null) {
return orderState.getRemark();
}
return "";